zchunk: 1.2.0 -> 1.2.2

This commit is contained in:
R. Ryantm 2022-08-02 07:32:54 +00:00
parent d2042f91c1
commit 740b518320

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "zchunk"; pname = "zchunk";
version = "1.2.0"; version = "1.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zchunk"; owner = "zchunk";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-7H1WF5VkpA65xCdEa0Sw4r4jj+kGhDVCMr5AeE+3Ii4="; hash = "sha256-/gtkw020pybUDUeYydXgJ4PLvdOqZ0RbrLOfNMDaCmA=";
}; };
# unbreak on darwin by finding argp-standalone, based on the patch from # unbreak on darwin by finding argp-standalone, based on the patch from