summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/squashfs-tools-ng
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-10 13:45:05 +0000
committerBjørn Forsman <bjorn.forsman@gmail.com>2020-05-10 17:04:43 +0200
commitadd53f7660c212d21dd3f79362f3a576c8db1c9d (patch)
treed3fe88b699e6aa218e1ee266b2aa495ffd82bfd2 /pkgs/tools/filesystems/squashfs-tools-ng
parent91031a84078d89ffde0f3a63d34372a0f2376ead (diff)
squashfs-tools-ng: 0.9 -> 0.9.1
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 767c5168ff20..72b95641d00f 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 = "0.9";
+ version = "0.9.1";
src = fetchurl {
url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz";
- sha256 = "1jx6bga0k07cckpv0yk77kwql7rjiicf9wkbadc8yqhp463xn90q";
+ sha256 = "1ilxkrqbpb5whv7xfwfvph76jwyjzf988njjpyyr99h6jv2r77q1";
};
nativeBuildInputs = [ doxygen graphviz pkgconfig perl ];