mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
tree: 2.3.1 -> 2.3.2 (#514643)
This commit is contained in:
commit
9b325651d0
1 changed files with 2 additions and 2 deletions
|
|
@ -25,13 +25,13 @@ let
|
|||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "tree";
|
||||
version = "2.3.1";
|
||||
version = "2.3.2";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "OldManProgrammer";
|
||||
repo = "unix-tree";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-ks3bj916tDdizywQnZKNSAfA2AzWh3np2F6QN5eOzIc=";
|
||||
hash = "sha256-hmnBG96qQXvTulPnUYyliqidfKC+Wvky+d7xzYrCdTw=";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue