Unverified Commit 9b325651 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

tree: 2.3.1 -> 2.3.2 (#514643)

parents 725a7264 83fdcdf6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''