grav: 1.7.52 -> 1.7.53

This commit is contained in:
R. Ryantm 2026-06-17 01:43:07 +00:00
commit 53b206f898

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