Merge pull request #120664 from r-ryantm/auto-update/fluxctl

fluxctl: 1.22.1 -> 1.22.2
This commit is contained in:
Ryan Mulligan 2021-04-26 07:50:45 -07:00 committed by GitHub
commit 9d1141f77a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fluxctl";
version = "1.22.1";
version = "1.22.2";
src = fetchFromGitHub {
owner = "weaveworks";
repo = "flux";
rev = version;
sha256 = "sha256-SaDO3a50CLhgLafCdgKEfHpuHdIweSy5L/TUgEUv5CM=";
sha256 = "sha256-qYdVplNHyD31m4IbIeL3x3nauZLl1XquslS3WrtUXBk=";
};
vendorSha256 = "sha256-4uSw/9lI/rdDqy78jNC9eHYW/v/sMFb+sQvwYG6GZks=";