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>2021-08-18 07:03:06 +0000
committerAlyssa Ross <hi@alyssa.is>2021-08-18 07:03:06 +0000
commit6e25d39cfd7479a16b11e42b401af5f492de7de7 (patch)
tree129bfc501dd5c9e381e0b1ac14abec515d0948b8 /pkgs/tools/filesystems/squashfs-tools-ng
parent6567c223ef472c0fcedc45c5ffddc724f5989310 (diff)
downloadnixlib-6e25d39cfd7479a16b11e42b401af5f492de7de7.tar
nixlib-6e25d39cfd7479a16b11e42b401af5f492de7de7.tar.gz
nixlib-6e25d39cfd7479a16b11e42b401af5f492de7de7.tar.bz2
nixlib-6e25d39cfd7479a16b11e42b401af5f492de7de7.tar.lz
nixlib-6e25d39cfd7479a16b11e42b401af5f492de7de7.tar.xz
nixlib-6e25d39cfd7479a16b11e42b401af5f492de7de7.tar.zst
nixlib-6e25d39cfd7479a16b11e42b401af5f492de7de7.zip
squashfs-tools-ng: 1.1.2 -> 1.1.3
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 cb4f3820bcc0..1dbaee5ad14c 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.2";
+  version = "1.1.3";
 
   src = fetchurl {
     url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz";
-    sha256 = "0hlrbiy8xmccczi11ml0lzmg3946l9ck5wpfyw03wn5zgvx29zja";
+    sha256 = "sha256-q84Pz5qK4cM1Lk5eh+Gwd/VEEdpRczLqg7XnzpSN1w0=";
   };
 
   nativeBuildInputs = [ doxygen graphviz pkg-config perl ];