Merge pull request #121159 from ymatsiuk/fluxcd

fluxcd: 0.12.0 -> 0.13.2

authored by

Graham Christensen and committed by
GitHub
17af7a98 ddf04685

+4 -4
+4 -4
pkgs/applications/networking/cluster/fluxcd/default.nix
··· 1 1 { lib, buildGoModule, fetchFromGitHub, fetchzip, installShellFiles }: 2 2 3 3 let 4 - version = "0.12.0"; 4 + version = "0.13.2"; 5 5 6 6 manifests = fetchzip { 7 7 url = "https://github.com/fluxcd/flux2/releases/download/v${version}/manifests.tar.gz"; 8 - sha256 = "sha256-8NgKr5uRVFBD1pARaD+vH9wPA5gUNltwMe0i0icED1c="; 8 + sha256 = "sha256-+2JvJFzH1CjU/WQ7MLtqd5Adfi/ktX9lPq4IyxPcUD8="; 9 9 stripRoot = false; 10 10 }; 11 11 in ··· 19 19 owner = "fluxcd"; 20 20 repo = "flux2"; 21 21 rev = "v${version}"; 22 - sha256 = "sha256-idHMijca1lYQF4aW+RPyzRraLDNdVavMuj4TP6z90Oo="; 22 + sha256 = "sha256-yWcoHUHEiRp4YxTDxi+inJkpb8dnTVTwSO3MgFyhvps="; 23 23 }; 24 24 25 - vendorSha256 = "sha256-VrDO8y6omRKf3mPRAnRMZsSMwQHxQxShUa9HZ3dfCgM="; 25 + vendorSha256 = "sha256-hSnTM89s3R7UDn1gLlb1gu6rhTPqVKJpWKCz1SDyfmg="; 26 26 27 27 nativeBuildInputs = [ installShellFiles ]; 28 28