mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
flannel: 0.16.1 -> 0.16.3
This commit is contained in:
parent
30869efa4f
commit
49d1366f43
@ -4,7 +4,7 @@ with lib;
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "flannel";
|
||||
version = "0.16.1";
|
||||
version = "0.16.3";
|
||||
rev = "v${version}";
|
||||
|
||||
vendorSha256 = null;
|
||||
@ -13,7 +13,7 @@ buildGoModule rec {
|
||||
inherit rev;
|
||||
owner = "flannel-io";
|
||||
repo = "flannel";
|
||||
sha256 = "sha256-5NrULpbf3PStzoywLyrfM5qup43idzeHCMRSuNLXR3g=";
|
||||
sha256 = "sha256-Akh1IlpLG9AZBtcZnOUfRnIvan8C9W1Dg9PqT7/VhYA=";
|
||||
};
|
||||
|
||||
ldflags = [ "-X github.com/flannel-io/flannel/version.Version=${rev}" ];
|
||||
|
Loading…
Reference in New Issue
Block a user