From 575363d2459433658e97829587d3e51700b80a26 Mon Sep 17 00:00:00 2001 From: Victor Hang Date: Mon, 27 Jan 2025 14:12:03 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20ginx=20vendor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Victor Hang --- customPkgs/ginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customPkgs/ginx.nix b/customPkgs/ginx.nix index 698fa16..4dfceeb 100644 --- a/customPkgs/ginx.nix +++ b/customPkgs/ginx.nix @@ -9,7 +9,7 @@ pkgs.buildGoModule rec { src = ginxSrc; - vendorHash = "sha256-DYAfFgiSAIqglVcOr1u4vyCsNPktyO/WM20egKiYzno="; + vendorHash = "sha256-o1SFTIWzmFvwVM0Pabe88CUYExoh1dG9NtGaIx+uJPc="; subPackages = [ "." ];