mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 18:28:00 +00:00
go-tools: 2024.1 -> 2024.1.1
This commit is contained in:
parent
625941e1a9
commit
a42bf972b1
@ -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=";
|
||||
|
Loading…
Reference in New Issue
Block a user