Unverified Commit af0bf0d4 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #252937 from figsoda/gtree

gtree: 1.9.6 -> 1.9.7
parents 59048c40 a5fd4553
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "gtree";
  version = "1.9.6";
  version = "1.9.7";

  src = fetchFromGitHub {
    owner = "ddddddO";
    repo = "gtree";
    rev = "v${version}";
    hash = "sha256-eU5mMUDUh5eMzd4oLc0XOHapt1hhODWXQJ+OJAy3tWc=";
    hash = "sha256-FXcR8MlLXvfLta0XKw5+AOf5f/mLTL3LiYn6Rm49el8=";
  };

  vendorHash = "sha256-QxcDa499XV43p8fstENOtfe3iZ176R5/Ub5iovXlYIM=";