summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-04-03 11:26:38 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-04-13 08:26:03 +0000
commitff68688b36883de9bba3349ddb65eb834bf88681 (patch)
tree4b09f3fd3e35578174ce68988f7dacbd4903a8fe
parentMerge pull request #166493 from dali99/stable-hydrus (diff)
downloadnixpkgs-origin/backport-167024-to-release-21.11.tar.gz
squashfs-tools-ng: 1.1.3 -> 1.1.4origin/backport-167024-to-release-21.11
(cherry picked from commit 6c031ea098ccbc17146c9ffd3fe0da3b0a07aacb)
-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 1dbaee5ad14c..b2c0ae45f468 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.3";
+ version = "1.1.4";
src = fetchurl {
url = "https://infraroot.at/pub/squashfs/squashfs-tools-ng-${version}.tar.xz";
- sha256 = "sha256-q84Pz5qK4cM1Lk5eh+Gwd/VEEdpRczLqg7XnzpSN1w0=";
+ sha256 = "06pnr3ilywqxch942l8xdg7k053xrqjkkziivx9h89bvy5j7hgvg";
};
nativeBuildInputs = [ doxygen graphviz pkg-config perl ];