fission: 1.14.1 -> 1.19.0

This commit is contained in:
Aaron Jheng 2023-07-04 05:15:45 +00:00
parent def69c9afd
commit f3bab73364
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fission";
version = "1.14.1";
version = "1.19.0";
src = fetchFromGitHub {
owner = "fission";
repo = "fission";
rev = version;
sha256 = "sha256-U/UV5NZXmycDp8+g5XV6P2b+4SutR51rVHdPp9HdPjM=";
rev = "v${version}";
hash = "sha256-Ui7HGiWjzbhEOLuxC3TkFqDwwi3YsLMuxhZsPrJzPN0=";
};
vendorSha256 = "sha256-1ujJuhK7pm/A1Dd+Wm9dtc65mx9pwLBWMWwEJnbja8s=";
vendorHash = "sha256-XQd5jTZ37DhvQq7x1OyhIb1uoMv5Y7Ayv4CX33BCLBE=";
ldflags = [ "-s" "-w" "-X info.Version=${version}" ];