about summary refs log tree commit diff
path: root/pkgs/development/libraries/zchunk/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/zchunk/default.nix')
-rw-r--r--pkgs/development/libraries/zchunk/default.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkgs/development/libraries/zchunk/default.nix b/pkgs/development/libraries/zchunk/default.nix
index 815326e538383..c05ba6d0cff09 100644
--- a/pkgs/development/libraries/zchunk/default.nix
+++ b/pkgs/development/libraries/zchunk/default.nix
@@ -11,20 +11,15 @@
 
 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
-  # buildroot:
-  #    https://github.com/buildroot/buildroot/raw/master/package/zchunk/0001-meson-fix-argp-standalone-wrap-and-find_library.patch
-  patches = lib.optional stdenv.isDarwin ./0001-meson-fix-argp-standalone.patch;
-
   nativeBuildInputs = [
     meson
     ninja