squashfsTools: 4.7 -> 4.7.2

This commit is contained in:
Ruud van Asseldonk
2025-08-20 18:27:25 +02:00
parent 164994da83
commit 6f2d0ea94a
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "squashfs";
version = "4.7";
version = "4.7.2";
src = fetchFromGitHub {
owner = "plougher";
repo = "squashfs-tools";
rev = version;
hash = "sha256-hiXpnhMHbDYDy3GT1QGIq4CuH//V5Hp0zhq8JZ6+IdQ=";
hash = "sha256-iQ+pBt+jvqI6zgZRV2MZM3CeFqiXe8Z+SS+rLOB4DLw=";
};
strictDeps = true;