mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
sourcehut.pagessrht: 0.7.4 -> 0.13.0
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
parent
558767f939
commit
b916bbd1ea
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildGoModule (rec {
|
buildGoModule (rec {
|
||||||
pname = "pagessrht";
|
pname = "pagessrht";
|
||||||
version = "0.7.4";
|
version = "0.13.0";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~sircmpwn";
|
owner = "~sircmpwn";
|
||||||
repo = "pages.sr.ht";
|
repo = "pages.sr.ht";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-WM9T2LS8yIqaR0PQQRgMk/tiMYcw8DZVPMqMWkj/5RY=";
|
sha256 = "sha256-vUN6c6cyhcLI8bKrFYKoxlBQ29VS/bowpSfBRmi47wg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -20,7 +20,7 @@ buildGoModule (rec {
|
|||||||
--replace "all: server" ""
|
--replace "all: server" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
vendorHash = "sha256-VOqY/nStqGyfWOXnJSZX8UYyp2kzcibQM2NRNysHYEc=";
|
vendorHash = "sha256-GKuHkUqSVBLN3k8YsFtxdmdHFkqKo9YZqDk2GBmbfWo=";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/share/sql/
|
mkdir -p $out/share/sql/
|
||||||
@ -35,4 +35,4 @@ buildGoModule (rec {
|
|||||||
};
|
};
|
||||||
# There is no ./loaders but this does not cause troubles
|
# There is no ./loaders but this does not cause troubles
|
||||||
# to go generate
|
# to go generate
|
||||||
} // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion= "0.17.9"; })
|
} // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion= "0.17.20"; })
|
||||||
|
Loading…
Reference in New Issue
Block a user