Merge pull request #190917 from r-ryantm/auto-update/cherrytree

cherrytree: 0.99.48 -> 0.99.49
This commit is contained in:
Christian Kögler 2022-09-18 14:03:23 +02:00 committed by GitHub
commit 5ca15c206c
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.48";
version = "0.99.49";
src = fetchFromGitHub {
owner = "giuspen";
repo = "cherrytree";
rev = version;
sha256 = "sha256-mNWep+ZMQzb2PBHgzUKRpfMhP0ok1RZiuIoyH3P7+TI=";
sha256 = "sha256-p7kiOxy4o0RwmN3LFfLSpkz08KcYYMVxVAEUvAX1KEA=";
};
nativeBuildInputs = [