diff options
| author | Alyssa Ross <hi@alyssa.is> | 2021-07-20 16:52:59 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-20 20:37:30 +0000 |
| commit | c304ffc7341c421181edf559fcf3eac86d9802b5 (patch) | |
| tree | 4fea248794e40cec2f5eee14ff42383277cf14a7 | |
| parent | qemu: add patches for CVE-2021-3545 & CVE-2021-3546 (diff) | |
| download | nixpkgs-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.nix | 4 |
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 ]; |
