cherrytree: 1.6.0 -> 1.6.2

This commit is contained in:
R. Ryantm
2025-09-24 18:22:41 +00:00
parent c65a2a6cd2
commit 0d807f9663
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cherrytree";
version = "1.6.0";
version = "1.6.2";
src = fetchFromGitHub {
owner = "giuspen";
repo = "cherrytree";
tag = "v${finalAttrs.version}";
hash = "sha256-VzY91ZyHL1gNj5liTzisA6iL74294CPLLa8duJy0m8A=";
hash = "sha256-YsxhjATadOielthdPyfNrPCL9nhFny00WugDHmRk03k=";
};
nativeBuildInputs = [