Skip to content

Commit

Permalink
fluxcd: sha256hash
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Sep 15, 2024
1 parent 7ed3d18 commit 4538b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fl/fluxcd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

let
version = "2.3.0";
sha256 = "sha256-ZQs1rWI31qDo/BgjrmiNnEdR2OL8bUHVz+j5VceEp2k=";
hash = "sha256-ZQs1rWI31qDo/BgjrmiNnEdR2OL8bUHVz+j5VceEp2k=";
manifestsSha256 = "sha256-PdhR+UDquIJWtpSymtT6V7qO5fVJOkFz6RGzAx7xeb4=";

manifests = fetchzip {
Expand All @@ -27,7 +27,7 @@ buildGoModule rec {
owner = "fluxcd";
repo = "flux2";
rev = "v${version}";
hash = sha256;
inherit hash;
};

vendorHash = "sha256-0YH3pgFrsnh5jIsZpj/sIgfiOCTtIlPltMS5mdGz1eM=";
Expand Down

0 comments on commit 4538b56

Please sign in to comment.