Commit 98685bbb authored by R. RyanTM's avatar R. RyanTM
Browse files

cherrytree: 1.0.4 -> 1.1.0

parent 6e6944db
Loading
Loading
Loading
Loading
+2 −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 = [