squashfsTools: 4.6 -> 4.6.1

This commit is contained in:
Ruud van Asseldonk
2023-03-27 20:56:38 +02:00
parent 02ef0aabda
commit f9ce837059
+2 -2
View File
@@ -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 = [