mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
fission: 1.13.1 -> 1.14.1
This commit is contained in:
parent
3a3f82631f
commit
b8fbf8acac
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fission";
|
pname = "fission";
|
||||||
version = "1.13.1";
|
version = "1.14.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fission";
|
owner = "fission";
|
||||||
repo = "fission";
|
repo = "fission";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-ayVEU2Dlqun8KLP+KeI0uU4p9N4aaYLZ/IHqfA2PGrI=";
|
sha256 = "sha256-U/UV5NZXmycDp8+g5XV6P2b+4SutR51rVHdPp9HdPjM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-V3/IFCbW3wXfNiFzucLeyFDc6SA2nE+NwO0sNEBmIYg=";
|
vendorSha256 = "sha256-1ujJuhK7pm/A1Dd+Wm9dtc65mx9pwLBWMWwEJnbja8s=";
|
||||||
|
|
||||||
buildFlagsArray = "-ldflags=-s -w -X info.Version=${version}";
|
buildFlagsArray = "-ldflags=-s -w -X info.Version=${version}";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user