Skip to content

Commit

Permalink
czmq: 4.0.2 -> 4.1.1 (#46855)
Browse files Browse the repository at this point in the history
  • Loading branch information
xeji authored Sep 19, 2018
1 parent 970393c commit c996916
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pkgs/development/libraries/czmq/4.x.nix
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
{ stdenv, fetchurl, fetchpatch, zeromq }:

stdenv.mkDerivation rec {
version = "4.0.2";
version = "4.1.1";
name = "czmq-${version}";

src = fetchurl {
url = "https://github.com/zeromq/czmq/releases/download/v${version}/${name}.tar.gz";
sha256 = "12gbh57xnz2v82x1g80gv4bwapmyzl00lbin5ix3swyac8i7m340";
sha256 = "1h5hrcsc30fcwb032vy5gxkq4j4vv1y4dj460rfs1hhxi0cz83zh";
};

patches = [
(fetchpatch {
url = https://patch-diff.githubusercontent.com/raw/zeromq/czmq/pull/1618.patch;
sha256 = "1dssy7k0fni6djail8rz0lk8p777158jvrqhgn500i636gkxaxhp";
})
];

# Needs to be propagated for the .pc file to work
propagatedBuildInputs = [ zeromq ];

Expand Down

0 comments on commit c996916

Please sign in to comment.