summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-07-20 16:52:59 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-07-20 20:37:30 +0000
commitc304ffc7341c421181edf559fcf3eac86d9802b5 (patch)
tree4fea248794e40cec2f5eee14ff42383277cf14a7
parentqemu: add patches for CVE-2021-3545 & CVE-2021-3546 (diff)
downloadnixpkgs-origin/backport-130817-to-release-21.05.tar.gz
squashfs-tools-ng: 1.1.1 -> 1.1.2origin/backport-130817-to-release-21.05
tar2sqfs seems to work on the source tarball. (cherry picked from commit bbdf2e931a84b9d8a8a03ab508f42e9c2adabf55)
-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 d0ad7803c791..bc8068885405 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 ];