Merge pull request #135585 from superherointj/package-fluxcd-0.16.2-fix

fluxcd: fix wrong manifest hash; add superherointj as maintainer
This commit is contained in:
Sandro 2021-08-24 23:36:03 +02:00 committed by GitHub
commit ccb5adf6c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ let
manifests = fetchzip {
url = "https://github.com/fluxcd/flux2/releases/download/v${version}/manifests.tar.gz";
sha256 = "sha256-/uD0hxtTJSr+2tZcwzOIQcEbikHOshWukEBSaK3FiP4=";
sha256 = "05khmpbv42wjpkdb4n51pnq678la6hjfhkyy49d0j2kcnvfd1m5p";
stripRoot = false;
};
in
@ -55,7 +55,6 @@ buildGoModule rec {
'';
homepage = "https://fluxcd.io";
license = licenses.asl20;
maintainers = with maintainers; [ jlesquembre ];
platforms = platforms.unix;
maintainers = with maintainers; [ jlesquembre superherointj ];
};
}