Merge pull request #151307 from legendofmiracles/cherrytree

cherrytree: 0.99.43 -> 0.99.44
This commit is contained in:
Bobby Rong 2021-12-24 22:40:26 +08:00 committed by GitHub
commit 9e132ae1b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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