cherrytree: 1.0.4 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-03-21 09:15:48 +00:00
parent 6e6944dbcc
commit 98685bbb5c
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [