Skip to content

Commit

Permalink
chore: Update vendorHash in buildGoModule overlay. (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
bglgwyng authored Aug 17, 2024
1 parent b4cd262 commit 6eaadfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/flake/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
buildGoModule = args: super.buildGoModule (args // super.lib.optionalAttrs (args.pname != "k3s-cni-plugins" && args.pname != "k3s-containerd") {
vendorHash = {
"sha256-XtTahFaWnuHzKDI/U4d/j4C4gRxH163MCGEEM4hu/WM=" = "sha256-XuMP+ffwTdXKL9q9+ZJUQc5ghGEcdY9UdefjCD19OUE=";
"sha256-Mj9Q3TgqZoJluG4/nyuw2WHnB3OJ+/mlV7duzWt1B1A=" = "sha256-9i0vY+CqrLDKYBZPooccX7OtFhS3//mpKTLntvPYDJo=";
}.${args.vendorHash};
patches = (args.patches or []) ++ [
./patches/k3s-nix-snapshotter.patch
Expand Down

0 comments on commit 6eaadfd

Please sign in to comment.