Unverified Commit 6359f70a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #267714 from cu1ch3n/update-cherrytree

cherrytree: 1.0.1 -> 1.0.2
parents 58e351c6 8a1adb29
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
  pname = "cherrytree";
  version = "1.0.1";
  version = "1.0.2";

  src = fetchFromGitHub {
    owner = "giuspen";
    repo = "cherrytree";
    rev = version;
    hash = "sha256-A/4OcsAOECgQnENj2l9BX713KHG+zk5cJE+yyHXw1TM=";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZGw6gESKaio89mt3VPm/uqHwlUQ0/8vIydv/WsOYQ20=";
  };

  nativeBuildInputs = [