grav: 1.7.49.2 -> 1.7.49.4

(cherry picked from commit c431b9161d)
This commit is contained in:
R. Ryantm
2025-09-06 06:02:31 +00:00
committed by Robert Helgesson
parent cc2cd305db
commit ad5ddadcb2

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 = [