zchunk: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2022-10-01 05:51:20 +00:00 committed by Emery Hemingway
parent 968de87a33
commit 51ac5ba6cb

View File

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