Merge pull request #56626 from r-ryantm/auto-update/czmq

czmq: 4.1.1 -> 4.2.0
This commit is contained in:
Samuel Leathers 2019-03-02 04:03:30 +01:00 committed by GitHub
commit 531dca1a82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, fetchpatch, zeromq }:
stdenv.mkDerivation rec {
version = "4.1.1";
version = "4.2.0";
name = "czmq-${version}";
src = fetchurl {
url = "https://github.com/zeromq/czmq/releases/download/v${version}/${name}.tar.gz";
sha256 = "1h5hrcsc30fcwb032vy5gxkq4j4vv1y4dj460rfs1hhxi0cz83zh";
sha256 = "1szciz62sk3fm4ga9qjpxz0n0lazvphm32km95bq92ncng12kayg";
};
# Needs to be propagated for the .pc file to work