Skip to content

Commit

Permalink
Switch from vendorSha256 to vendorHash
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Apr 2, 2024
1 parent 65a89cf commit d023c98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
src = ./.;
subPackages = [ "cmd/buildkit-tekton" ];

# We use vendor, no need for vendorSha256
vendorSha256 = null;
# We use vendor, no need for vendorHash
vendorHash = null;
};
tkn-local = pkgs.buildGo121Module {
pname = "tkn-local";
Expand All @@ -44,8 +44,8 @@
src = ./.;
subPackages = [ "cmd/tkn-local" ];

# We use vendor, no need for vendorSha256
vendorSha256 = null;
# We use vendor, no need for vendorHash
vendorHash = null;
};
docker =
let
Expand Down

0 comments on commit d023c98

Please sign in to comment.