gtree: 1.7.48 -> 1.7.50
Diff: https://github.com/ddddddO/gtree/compare/v1.7.48...v1.7.50 Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.7.50
This commit is contained in:
parent
f70fcb34ec
commit
67f46dfe5c
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "gtree";
|
||||
version = "1.7.48";
|
||||
version = "1.7.50";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ddddddO";
|
||||
repo = "gtree";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-vC7Mcq0EFsYqjKM95XfzS2lSFyr9zhAgmxMPGR/7DFM=";
|
||||
hash = "sha256-o71LuV94o0ZmxPILH9ZcZQ5ZLxrzZwWjz3YYRap2lnM=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-YrqJljKoYpsgVW4PPNYGMUB5uDQF0YTt9s7KxjQHkTw=";
|
||||
|
|
Loading…
Reference in a new issue