lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cppzmq: 4.8.0 -> 4.8.1

+2 -2
+2 -2
pkgs/development/libraries/cppzmq/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "cppzmq"; 5 - version = "4.8.0"; 5 + version = "4.8.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "zeromq"; 9 9 repo = "cppzmq"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-4ZyTp0TOKqDbziqBTkeUs3J+f3stFyUVpkzk4Jx6CDc="; 11 + sha256 = "sha256-Q09+6dPwdeW3jkGgPNAcHI3FHcYPQ+w61PmV+TkQ+H8="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];