Commit 4538b56a authored by nicoo's avatar nicoo Committed by nicoo
Browse files

fluxcd: `sha256` → `hash`

parent 7ed3d18d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {
@@ -27,7 +27,7 @@ buildGoModule rec {
    owner = "fluxcd";
    repo = "flux2";
    rev = "v${version}";
    hash = sha256;
    inherit hash;
  };

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