about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-02-07 19:25:58 +0000
committerAlyssa Ross <hi@alyssa.is>2021-02-07 19:25:58 +0000
commit44b2f7d17d1f9144a5d6e2858b5c9e01a71240d3 (patch)
tree4cdd01536cc893070449269bfbade4d35e8b0b58 /pkgs/tools/filesystems
parent279e66e1067067416eb3e65602ed83efb55966bb (diff)
downloadnixlib-44b2f7d17d1f9144a5d6e2858b5c9e01a71240d3.tar
nixlib-44b2f7d17d1f9144a5d6e2858b5c9e01a71240d3.tar.gz
nixlib-44b2f7d17d1f9144a5d6e2858b5c9e01a71240d3.tar.bz2
nixlib-44b2f7d17d1f9144a5d6e2858b5c9e01a71240d3.tar.lz
nixlib-44b2f7d17d1f9144a5d6e2858b5c9e01a71240d3.tar.xz
nixlib-44b2f7d17d1f9144a5d6e2858b5c9e01a71240d3.tar.zst
nixlib-44b2f7d17d1f9144a5d6e2858b5c9e01a71240d3.zip
squashfs-tools-ng: 1.0.1 -> 1.0.4
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 593004d552c1..322f57fdca92 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.0.1";
+  version = "1.0.4";
 
   src = fetchurl {
     url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz";
-    sha256 = "120x2hlbhpm90bzxz70z764552ffrjpidmp1y6gafx70zp0hrks4";
+    sha256 = "04zvpws1nk3r2kr1k5in9di9fhn4zzciyndgnxnijmhiqpyrx072";
   };
 
   nativeBuildInputs = [ doxygen graphviz pkg-config perl ];