about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/squashfs-tools-ng
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-04-03 11:26:38 +0000
committerAlyssa Ross <hi@alyssa.is>2022-04-13 08:20:27 +0000
commitfd3f39303b4f3831747f6cdf7409915fec77446a (patch)
tree40e7f9fcc0fe1bd17c95044d5a6c13e512f3e3fb /pkgs/tools/filesystems/squashfs-tools-ng
parentc41b925629cd4a1faf9031bb18f324f4ae3cc658 (diff)
downloadnixlib-fd3f39303b4f3831747f6cdf7409915fec77446a.tar
nixlib-fd3f39303b4f3831747f6cdf7409915fec77446a.tar.gz
nixlib-fd3f39303b4f3831747f6cdf7409915fec77446a.tar.bz2
nixlib-fd3f39303b4f3831747f6cdf7409915fec77446a.tar.lz
nixlib-fd3f39303b4f3831747f6cdf7409915fec77446a.tar.xz
nixlib-fd3f39303b4f3831747f6cdf7409915fec77446a.tar.zst
nixlib-fd3f39303b4f3831747f6cdf7409915fec77446a.zip
squashfs-tools-ng: 1.1.3 -> 1.1.4
Diffstat (limited to 'pkgs/tools/filesystems/squashfs-tools-ng')
-rw-r--r--pkgs/tools/filesystems/squashfs-tools-ng/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/squashfs-tools-ng/default.nix b/pkgs/tools/filesystems/squashfs-tools-ng/default.nix
index 1dbaee5ad14c..b2c0ae45f468 100644
--- a/pkgs/tools/filesystems/squashfs-tools-ng/default.nix
+++ b/pkgs/tools/filesystems/squashfs-tools-ng/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   pname = "squashfs-tools-ng";
-  version = "1.1.3";
+  version = "1.1.4";
 
   src = fetchurl {
     url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz";
-    sha256 = "sha256-q84Pz5qK4cM1Lk5eh+Gwd/VEEdpRczLqg7XnzpSN1w0=";
+    sha256 = "06pnr3ilywqxch942l8xdg7k053xrqjkkziivx9h89bvy5j7hgvg";
   };
 
   nativeBuildInputs = [ doxygen graphviz pkg-config perl ];