Skip to content

Commit c5e217d

Browse files
committed
fix: vendor hash
1 parent af8a88a commit c5e217d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
app = pkgs.buildGoModule {
7676
name = "app";
7777
src = ./.;
78-
vendorHash = "sha256-B4TVIG74wycA5+JllSDBx7AFnTQc0eldp4Epcp+CqP8=";
78+
vendorHash = "sha256-nw5TouuxauSa520hidHom/iN6VxrGN/7By9spsJ5h6Y=";
7979
tags = [ "production" ];
8080
nativeBuildInputs = with pkgs; [
8181
templ

0 commit comments

Comments
 (0)