summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-19 21:46:17 +0200
committerGitHub <noreply@github.com>2021-08-19 21:46:17 +0200
commit3861de42892e9a8dcf2145ad896e7548d479755a (patch)
treecf659a7024d8494711ecbca30d526a22e6d01ce8 /pkgs/tools/filesystems
parentf1ace1f8b133dd04a8b751ae9248c5cd10bf875e (diff)
parent6e25d39cfd7479a16b11e42b401af5f492de7de7 (diff)
downloadnixpkgs-3861de42892e9a8dcf2145ad896e7548d479755a.tar
nixpkgs-3861de42892e9a8dcf2145ad896e7548d479755a.tar.gz
nixpkgs-3861de42892e9a8dcf2145ad896e7548d479755a.tar.bz2
nixpkgs-3861de42892e9a8dcf2145ad896e7548d479755a.tar.lz
nixpkgs-3861de42892e9a8dcf2145ad896e7548d479755a.tar.xz
nixpkgs-3861de42892e9a8dcf2145ad896e7548d479755a.tar.zst
nixpkgs-3861de42892e9a8dcf2145ad896e7548d479755a.zip
Merge pull request #134610 from alyssais/squashfs-tools-ng
Diffstat (limited to 'pkgs/tools/filesystems')
-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 cb4f3820bcc..1dbaee5ad14 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 ];