grav: 1.7.52 -> 1.7.53

(cherry picked from commit 53b206f898)
This commit is contained in:
R. Ryantm
2026-06-17 01:43:07 +00:00
committed by github-actions[bot]
parent bf44d0d045
commit 10aea2ec97

View File

@@ -6,7 +6,7 @@
}:
let
version = "1.7.52";
version = "1.7.53";
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-xAXUS4qGOSExniggPWwIooalHjHhpk4YK5tQvkRLp0g=";
hash = "sha256-Ug8sIEMwIoCUyHpxk5NaGHaJA7lThgbUuu+8NpmI9YI=";
};
patches = [