Skip to content

Commit 5bcc825

Browse files
committed
chore(flake): update vendorHash
1 parent 4b893c5 commit 5bcc825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
inherit version;
2121
src = pkgs.lib.cleanSource ./.;
2222
subPackages = [ "cmd/sqlc-gen-queries" ];
23-
vendorHash = "sha256-XyCIXLDH378M+MDyNj0OiBU7bilbF7DzEpA85fNOCGE=";
23+
vendorHash = "sha256-UbUk3YoqP0z1t+G65QX16Ls+rau77dygt0K6ocN6IbY=";
2424
doInstallCheck = true;
2525
installCheckPhase = ''
2626
$out/bin/sqlc-gen-queries --help

0 commit comments

Comments
 (0)