3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #186090 from r-ryantm/auto-update/flannel

flannel: 0.19.0 -> 0.19.1
This commit is contained in:
Mario Rodas 2022-08-12 06:22:53 -05:00 committed by GitHub
commit 271df481de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ with lib;
buildGoModule rec {
pname = "flannel";
version = "0.19.0";
version = "0.19.1";
rev = "v${version}";
vendorSha256 = null;
@ -13,7 +13,7 @@ buildGoModule rec {
inherit rev;
owner = "flannel-io";
repo = "flannel";
sha256 = "sha256-vWDOEeHJaXGo+p60ls3a5FGwjDBI49QdZ92ibxO1aEU=";
sha256 = "sha256-pWi4JKBfIb6c4fh0EAPf86B4axrDzOPM+ZWquFd6mTk=";
};
ldflags = [ "-X github.com/flannel-io/flannel/version.Version=${rev}" ];