summary refs log tree commit diff
diff options
context:
space:
mode:
authorRuud van Asseldonk <dev@veniogames.com>2023-03-27 19:57:59 +0200
committerRuud van Asseldonk <dev@veniogames.com>2023-03-27 20:56:38 +0200
commitf9ce837059897e692bd7d31a7e1329f9af7ce254 (patch)
tree76ffab5de8b63d849b2970a191ea9ede52930690
parent02ef0aabda277d5dcc89942a27e335aca2f001f8 (diff)
downloadnixpkgs-f9ce837059897e692bd7d31a7e1329f9af7ce254.tar
nixpkgs-f9ce837059897e692bd7d31a7e1329f9af7ce254.tar.gz
nixpkgs-f9ce837059897e692bd7d31a7e1329f9af7ce254.tar.bz2
nixpkgs-f9ce837059897e692bd7d31a7e1329f9af7ce254.tar.lz
nixpkgs-f9ce837059897e692bd7d31a7e1329f9af7ce254.tar.xz
nixpkgs-f9ce837059897e692bd7d31a7e1329f9af7ce254.tar.zst
nixpkgs-f9ce837059897e692bd7d31a7e1329f9af7ce254.zip
squashfsTools: 4.6 -> 4.6.1
-rw-r--r--pkgs/tools/filesystems/squashfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/squashfs/default.nix b/pkgs/tools/filesystems/squashfs/default.nix
index 80d41eb7367..b1b6efc6993 100644
--- a/pkgs/tools/filesystems/squashfs/default.nix
+++ b/pkgs/tools/filesystems/squashfs/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "squashfs";
-  version = "4.6";
+  version = "4.6.1";
 
   src = fetchFromGitHub {
     owner = "plougher";
     repo = "squashfs-tools";
     rev = version;
-    hash = "sha256-igpZ7OWmQeVprVo56E13gwWLIPLmZ9Me0/DqGTmRBLY=";
+    hash = "sha256-C/awQpp1Q/0adx3YVNTq6ruEAzcjL5G7SkOCgpvAA50=";
   };
 
   patches = [