ifm-web: 4.0.2 -> 4.1.1

This commit is contained in:
R. Ryantm
2025-12-26 17:43:21 +00:00
parent 4aa60f47bf
commit b7019da40c
+2 -2
View File
@@ -7,10 +7,10 @@
nixosTests,
}:
let
version = "4.0.2";
version = "4.1.1";
src = fetchurl {
url = "https://github.com/misterunknown/ifm/releases/download/v${version}/cdn.ifm.php";
hash = "sha256-37WbRM6D7JGmd//06zMhxMGIh8ioY8vRUmxX4OHgqBE=";
hash = "sha256-io4HOtOe4J8J9Il+64eboIIwBXLWyXdv2OIBVKW+qS0=";
};
serve_script = writeShellScript "ifm-serve" ''