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

cherrytree: 0.99.40 -> 0.99.41
This commit is contained in:
Bobby Rong 2021-09-17 22:11:10 +08:00 committed by GitHub
commit 079f6b270b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "cherrytree";
version = "0.99.40";
version = "0.99.41";
src = fetchFromGitHub {
owner = "giuspen";
repo = "cherrytree";
rev = version;
sha256 = "sha256-K1rf8/7kEpfLOPYJGh5U2eTnr5XCDhuc+seoUAKW7aE=";
sha256 = "sha256-Bhk5xpJiVDSTxP1wAFTL39MgAIOa6Is9NTF1WEh6S1A=";
};
nativeBuildInputs = [