summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/squashfs-tools-ng
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-07 15:14:43 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-07 15:14:43 +0000
commit82a45d518a6908f86296c38b3567be2a8a380ee0 (patch)
tree9b7339a914fafb783828583cff94446d8491c67d /pkgs/tools/filesystems/squashfs-tools-ng
parent6eeb612a9b6160df2e110021d93bef3e6e538b9a (diff)
squashfs-tools-ng: 0.9.1 -> 1.0.0
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 72b95641d00f..e9afa5cf1908 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.1";
+ version = "1.0.0";
src = fetchurl {
url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz";
- sha256 = "1ilxkrqbpb5whv7xfwfvph76jwyjzf988njjpyyr99h6jv2r77q1";
+ sha256 = "1dpx0a200s46s1dxp64hkn765vap0hzmyyvmq7wrmcs81mvlrd0l";
};
nativeBuildInputs = [ doxygen graphviz pkgconfig perl ];