1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

go-tools: 2024.1 -> 2024.1.1

This commit is contained in:
R. Ryantm 2024-08-21 12:21:36 +00:00
parent 625941e1a9
commit a42bf972b1

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "go-tools";
version = "2024.1";
version = "2024.1.1";
src = fetchFromGitHub {
owner = "dominikh";
repo = "go-tools";
rev = version;
sha256 = "sha256-uk2U8Jp/myJA6rmw+pk3DmmFLMqzfg8uudgTgc2Us5c=";
sha256 = "sha256-VD6WB0Rcwo41MqZUNVlLGl2yRGZKRGGLGBPvS+ISF4c=";
};
vendorHash = "sha256-OZ67BWsIUaU24BPQ1VjbGE4GkDZUKgbBG3ynUVXvyaU=";