diff options
| author | Alyssa Ross <hi@alyssa.is> | 2021-08-18 07:03:06 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-08-19 19:51:10 +0000 |
| commit | c1486b14c9f8be3a210c1286c743e447601ccb30 (patch) | |
| tree | 8ee8cf6eca614f9baea167a83f00b3c8c953dcb8 | |
| parent | Merge pull request #133624 from talyz/discourse-backports (diff) | |
| download | nixpkgs-origin/backport-134610-to-release-21.05.tar.gz | |
squashfs-tools-ng: 1.1.2 -> 1.1.3origin/backport-134610-to-release-21.05
(cherry picked from commit 6e25d39cfd7479a16b11e42b401af5f492de7de7)
| -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 bc8068885405..0e5110afa925 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.2"; + version = "1.1.3"; src = fetchurl { url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz"; - sha256 = "0hlrbiy8xmccczi11ml0lzmg3946l9ck5wpfyw03wn5zgvx29zja"; + sha256 = "sha256-q84Pz5qK4cM1Lk5eh+Gwd/VEEdpRczLqg7XnzpSN1w0="; }; nativeBuildInputs = [ doxygen graphviz pkg-config perl ]; |
