cherrytree: 0.99.55 -> 0.99.56

This commit is contained in:
R. Ryantm 2023-06-28 03:38:25 +00:00
parent dde8c4b5df
commit 76db69aa26

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "cherrytree";
version = "0.99.55";
version = "0.99.56";
src = fetchFromGitHub {
owner = "giuspen";
repo = "cherrytree";
rev = version;
hash = "sha256-1ytph2HTwIqVTD6+a5P1gvFG+2xsfZWRkmn7RpwuwKY=";
hash = "sha256-kDbUn81YfSMAX7FKcw+nDSrsNvrhOX0+NmgZUYNqCqQ=";
};
nativeBuildInputs = [