gtree: 1.7.50 -> 1.7.51
Diff: https://github.com/ddddddO/gtree/compare/v1.7.50...v1.7.51 Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.7.51
This commit is contained in:
parent
f7549bd89e
commit
32e51f9399
1 changed files with 2 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "gtree";
|
||||
version = "1.7.50";
|
||||
version = "1.7.51";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ddddddO";
|
||||
repo = "gtree";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-o71LuV94o0ZmxPILH9ZcZQ5ZLxrzZwWjz3YYRap2lnM=";
|
||||
hash = "sha256-3xDXRuRpSoEtC2QGWQgZLBsYcFOsqdSmaHb9YvOoaBA=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-YrqJljKoYpsgVW4PPNYGMUB5uDQF0YTt9s7KxjQHkTw=";
|
||||
|
@ -32,7 +32,6 @@ buildGoModule rec {
|
|||
passthru.tests = {
|
||||
version = testers.testVersion {
|
||||
package = gtree;
|
||||
command = "gtree version";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue