agola: 0.7.0 -> 0.8.0

This commit is contained in:
Aaron Jheng 2023-05-27 02:40:58 +00:00 committed by Yt
parent 7ee357a38a
commit c17fdfca6f

View file

@ -4,7 +4,7 @@
}: }:
let let
version = "0.7.0"; version = "0.8.0";
in in
buildGoModule { buildGoModule {
@ -15,12 +15,13 @@ buildGoModule {
owner = "agola-io"; owner = "agola-io";
repo = "agola"; repo = "agola";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-AiD7mVogWk/TOYy7Ed1aT31h1kbrRwseue5qc3wLOCI="; hash = "sha256-nU04MVkUC+m6Ga4qDUH9KrA0zbYmttAicpvdxbaBG0Y=";
}; };
vendorSha256 = "sha256-Y3ck7Qdo9uq3YuLzZUe+RZkKQqWpSko3q+f4bfkSz6g="; vendorHash = "sha256-k3Sip9CqTGRTWxr3RzZf0jCrm4AfUrpY/wSTmHy+yik=";
ldflags = [ ldflags = [
"-s"
"-w" "-w"
"-X agola.io/agola/cmd.Version=${version}" "-X agola.io/agola/cmd.Version=${version}"
]; ];