summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-20 22:33:07 +0200
committerGitHub <noreply@github.com>2021-07-20 22:33:07 +0200
commitf9137f6131091389fac53df9cee02a45b1d4ad49 (patch)
tree8e55a3af117abf17acf998714e3eb334c3f21036 /pkgs/tools
parentf150d0a6bd7c331f5cc014a9da1efd325e4590d8 (diff)
parentbbdf2e931a84b9d8a8a03ab508f42e9c2adabf55 (diff)
downloadnixpkgs-f9137f6131091389fac53df9cee02a45b1d4ad49.tar
nixpkgs-f9137f6131091389fac53df9cee02a45b1d4ad49.tar.gz
nixpkgs-f9137f6131091389fac53df9cee02a45b1d4ad49.tar.bz2
nixpkgs-f9137f6131091389fac53df9cee02a45b1d4ad49.tar.lz
nixpkgs-f9137f6131091389fac53df9cee02a45b1d4ad49.tar.xz
nixpkgs-f9137f6131091389fac53df9cee02a45b1d4ad49.tar.zst
nixpkgs-f9137f6131091389fac53df9cee02a45b1d4ad49.zip
Merge pull request #130817 from alyssais/tar2sqfs
squashfs-tools-ng: 1.1.1 -> 1.1.2
Diffstat (limited to 'pkgs/tools')
-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 8661740d807..cb4f3820bcc 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.1";
+  version = "1.1.2";
 
   src = fetchurl {
     url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz";
-    sha256 = "07c8vpzgwvqr9ycww1769ya40cf077c6igdg1b4akwszz2nw0bxq";
+    sha256 = "0hlrbiy8xmccczi11ml0lzmg3946l9ck5wpfyw03wn5zgvx29zja";
   };
 
   nativeBuildInputs = [ doxygen graphviz pkg-config perl ];