cherrytree: 0.99.43 -> 0.99.44

This commit is contained in:
legendofmiracles 2021-12-19 07:35:02 -06:00
parent 5e137de37d
commit 47acd45b39
No known key found for this signature in database
GPG Key ID: 19B082B3DEFE5451

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "cherrytree";
version = "0.99.43";
version = "0.99.44";
src = fetchFromGitHub {
owner = "giuspen";
repo = "cherrytree";
rev = version;
sha256 = "sha256-KSIdA585WbmvHXituCJoHpVRobfCZ62m5t7BWI6jIYk=";
sha256 = "sha256-13wZb+PxeCrQ3MpewMnqBHO8QnoCRFhKU4awTdYtFd4=";
};
nativeBuildInputs = [