Unverified Commit 11916b9c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #297665 from r-ryantm/auto-update/cherrytree

cherrytree: 1.0.4 -> 1.1.0
parents 080a4a27 4cdc85f7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
  pname = "cherrytree";
  version = "1.0.4";
  version = "1.1.0";

  src = fetchFromGitHub {
    owner = "giuspen";
    repo = "cherrytree";
    rev = "refs/tags/v${version}";
    hash = "sha256-SMx3a0pzhNahRzmenZwPQPCBgqoBGo9n3RcNcimNGBE=";
    hash = "sha256-YoHaWc/olJrbV1A4hqDgYOLVlpHBrgI0x2TFr9oeqh4=";
  };

  nativeBuildInputs = [
@@ -66,5 +66,6 @@ stdenv.mkDerivation rec {
    changelog = "https://raw.githubusercontent.com/giuspen/cherrytree/${version}/changelog.txt";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ ];
    platforms = platforms.unix;
  };
}