cherrytree: 1.0.1 -> 1.0.2

This commit is contained in:
Chen 2023-11-16 02:13:36 +08:00
parent 38f8b29c92
commit 8a1adb2946

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