cherrytree: 1.4.0 -> 1.5.0

This commit is contained in:
R. Ryantm 2025-06-11 16:44:37 +00:00
parent 769a46f5d2
commit 36b8abe12e

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cherrytree";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "giuspen";
repo = "cherrytree";
tag = "v${finalAttrs.version}";
hash = "sha256-X87L3oSidnXH/IIHtVbeIn0ehWkSgrAkX0+TUGQomV0=";
hash = "sha256-WsxN2VGESrDUv0sSTsMSpZr6Ca7yDwGNR2aB3BrmfkY=";
};
nativeBuildInputs = [