sourcehut.pagessrht: 0.7.4 -> 0.13.0

Signed-off-by: Christoph Heiss <christoph@c8h4.io>

+4 -4
+4 -4
pkgs/applications/version-management/sourcehut/pages.nix
··· 6 6 7 7 buildGoModule (rec { 8 8 pname = "pagessrht"; 9 - version = "0.7.4"; 9 + version = "0.13.0"; 10 10 11 11 src = fetchFromSourcehut { 12 12 owner = "~sircmpwn"; 13 13 repo = "pages.sr.ht"; 14 14 rev = version; 15 - sha256 = "sha256-WM9T2LS8yIqaR0PQQRgMk/tiMYcw8DZVPMqMWkj/5RY="; 15 + sha256 = "sha256-vUN6c6cyhcLI8bKrFYKoxlBQ29VS/bowpSfBRmi47wg="; 16 16 }; 17 17 18 18 postPatch = '' ··· 20 20 --replace "all: server" "" 21 21 ''; 22 22 23 - vendorHash = "sha256-VOqY/nStqGyfWOXnJSZX8UYyp2kzcibQM2NRNysHYEc="; 23 + vendorHash = "sha256-GKuHkUqSVBLN3k8YsFtxdmdHFkqKo9YZqDk2GBmbfWo="; 24 24 25 25 postInstall = '' 26 26 mkdir -p $out/share/sql/ ··· 35 35 }; 36 36 # There is no ./loaders but this does not cause troubles 37 37 # to go generate 38 - } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion= "0.17.9"; }) 38 + } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion= "0.17.20"; })