mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
gtree: 1.7.45 -> 1.7.46
Diff: https://github.com/ddddddO/gtree/compare/v1.7.45...v1.7.46 Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.7.46
This commit is contained in:
parent
8624c97df7
commit
a7b366295a
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "gtree";
|
||||
version = "1.7.45";
|
||||
version = "1.7.46";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ddddddO";
|
||||
repo = "gtree";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-XQJSc2BrWDXuG5I9cMUDY2Y2sTsolNBZ1zu8ci9To7k=";
|
||||
hash = "sha256-oh3xYTZb3WAaX2diBjLp6IZ+KKnUhlbITV2R3Yk3ins=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-WI6li9q3AuWm6MP7Y1TL9TjcZozX6czgdXNRbLlu590=";
|
||||
vendorHash = "sha256-YrqJljKoYpsgVW4PPNYGMUB5uDQF0YTt9s7KxjQHkTw=";
|
||||
|
||||
subPackages = [
|
||||
"cmd/gtree"
|
||||
|
|
Loading…
Reference in a new issue