zchunk: 1.2.2 -> 1.2.3
This commit is contained in:
parent
968de87a33
commit
51ac5ba6cb
@ -11,13 +11,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "zchunk";
|
||||
version = "1.2.2";
|
||||
version = "1.2.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zchunk";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-/gtkw020pybUDUeYydXgJ4PLvdOqZ0RbrLOfNMDaCmA=";
|
||||
hash = "sha256-YzCEQuG38lVhCwZznhIyny6Yya8iNuhdqgYBz9OhGOc=";
|
||||
};
|
||||
|
||||
# unbreak on darwin by finding argp-standalone, based on the patch from
|
||||
|
Loading…
Reference in New Issue
Block a user