Merge pull request #125575 from r-ryantm/auto-update/ck

libck: 0.7.0 -> 0.7.1
This commit is contained in:
Ryan Mulligan 2021-06-03 15:09:38 -07:00 committed by GitHub
commit 07759172ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;