grav: 1.7.49.2 -> 1.7.49.4

This commit is contained in:
R. Ryantm
2025-09-06 10:08:52 +02:00
committed by Robert Helgesson
parent 619cedb721
commit c431b9161d
+2 -2
View File
@@ -6,7 +6,7 @@
}:
let
version = "1.7.49.2";
version = "1.7.49.4";
in
stdenvNoCC.mkDerivation {
pname = "grav";
@@ -14,7 +14,7 @@ stdenvNoCC.mkDerivation {
src = fetchzip {
url = "https://github.com/getgrav/grav/releases/download/${version}/grav-admin-v${version}.zip";
hash = "sha256-Yu7uFoim12pe4OT/dSsQVcZ6nyYGKWLJbsfLFtI05Z8=";
hash = "sha256-ZOhZ5O5s8P4nqjSsLEu4RpyTfZ34YBi0itETwcRdIPQ=";
};
patches = [