mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
libck: 0.7.0 -> 0.7.1
This commit is contained in:
parent
1e5e12d735
commit
c54f21e29a
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ck";
|
||||
version = "0.7.0";
|
||||
version = "0.7.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "concurrencykit";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1w7g0y1n7jslca693fb8sanlfi1biq956dw6avdx6pf3c2s7l9jd";
|
||||
sha256 = "sha256-HUC+8Vd0koAmumRZ8gS5u6LVa7fUfkIYRaxVv6/7Hgg=";
|
||||
};
|
||||
|
||||
dontDisableStatic = true;
|
||||
|
|
Loading…
Reference in a new issue