cherrytree: 0.99.38 -> 0.99.39

This commit is contained in:
R. RyanTM 2021-07-21 09:24:47 +00:00
parent 4711f4b61e
commit 0e80580b98

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "cherrytree";
version = "0.99.38";
version = "0.99.39";
src = fetchFromGitHub {
owner = "giuspen";
repo = "cherrytree";
rev = version;
sha256 = "sha256-04MRw6pMtJGxTMKwOzPNGg1T85SfVY5bMkF3gt2V0e0=";
sha256 = "sha256-QSRYtnZxLAaq42PvPd5+LxSzq/Hd/Cz5bquBTiGWnAE=";
};
nativeBuildInputs = [