go-tools: 2024.1.1 -> 2025.1

This commit is contained in:
R. Ryantm
2025-02-15 04:12:11 +00:00
parent 5553a77a0a
commit 77b784fc46
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "go-tools";
version = "2024.1.1";
version = "2025.1";
src = fetchFromGitHub {
owner = "dominikh";
repo = "go-tools";
rev = version;
sha256 = "sha256-VD6WB0Rcwo41MqZUNVlLGl2yRGZKRGGLGBPvS+ISF4c=";
sha256 = "sha256-akNSaZBM1cUuQG4Zg3wQLUv5YI+phW0XnAHOOo1YF6g=";
};
vendorHash = "sha256-OZ67BWsIUaU24BPQ1VjbGE4GkDZUKgbBG3ynUVXvyaU=";
vendorHash = "sha256-HssfBnSKdVZVgf4f0mwsGTwhiszBlE2HmDy7cvyvJ60=";
excludedPackages = [ "website" ];