gomacro: 20210131-b4c3ab9 -> 2.7-unstable-2024-01-07; unping Go version
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
88ff6b5587
commit
6d364cb292
2 changed files with 5 additions and 8 deletions
|
@ -2,17 +2,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "gomacro";
|
||||
rev = "b4c3ab9b218fd12f22759354f4f3e37635828d1f";
|
||||
version = "20210131-${lib.strings.substring 0 7 rev}";
|
||||
version = "2.7-unstable-2024-01-07";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cosmos72";
|
||||
repo = "gomacro";
|
||||
inherit rev;
|
||||
hash = "sha256-zxiEt/RR7g5Q0wMLuRaybnT5dFfPCyvt0PvDjL9BJDI=";
|
||||
rev = "bf232d031933810d4a5382e17ce6c4b042a24304";
|
||||
hash = "sha256-16u3eByFmnY12M2CEhSJKLIT0KP9nbvTv+BnqWwNTcg=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-fQYuav0pT+/fGq0fmOWlsiVxA9tGV4JV8X7G3E6BZMU=";
|
||||
vendorHash = "sha256-ok71QlBHGasGVt+CGwGqhgmx5JLkQcdlU/KX+W1A5Ws=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
|
|
@ -28064,9 +28064,7 @@ with pkgs;
|
|||
|
||||
go-mod-graph-chart = callPackage ../development/tools/go-mod-graph-chart { };
|
||||
|
||||
gomacro = callPackage ../development/tools/gomacro {
|
||||
buildGoModule = buildGo120Module;
|
||||
};
|
||||
gomacro = callPackage ../development/tools/gomacro { };
|
||||
|
||||
gomodifytags = callPackage ../development/tools/gomodifytags { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue