lol
0
fork

Configure Feed

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

libck: 0.7.0 -> 0.7.1

+2 -2
+2 -2
pkgs/development/libraries/libck/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "ck"; 5 - version = "0.7.0"; 5 + version = "0.7.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "concurrencykit"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "1w7g0y1n7jslca693fb8sanlfi1biq956dw6avdx6pf3c2s7l9jd"; 11 + sha256 = "sha256-HUC+8Vd0koAmumRZ8gS5u6LVa7fUfkIYRaxVv6/7Hgg="; 12 12 }; 13 13 14 14 dontDisableStatic = true;