3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #274328 from r-ryantm/auto-update/fission

fission: 1.19.0 -> 1.20.0
This commit is contained in:
Weijia Wang 2024-01-13 02:57:46 +01:00 committed by GitHub
commit f33fdc3f72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fission";
version = "1.19.0";
version = "1.20.0";
src = fetchFromGitHub {
owner = "fission";
repo = "fission";
rev = "v${version}";
hash = "sha256-Ui7HGiWjzbhEOLuxC3TkFqDwwi3YsLMuxhZsPrJzPN0=";
hash = "sha256-6g0qJPH4NiA+8VhjvqamVfmb4LdofJ75GOMl/IFN5V4=";
};
vendorHash = "sha256-XQd5jTZ37DhvQq7x1OyhIb1uoMv5Y7Ayv4CX33BCLBE=";
vendorHash = "sha256-MzMLatTGEnCgTlj6WYBRLbi6D5eSbA4CvqIXVbcvLCM=";
ldflags = [ "-s" "-w" "-X info.Version=${version}" ];