3
0
Fork 0
forked from mirrors/nixpkgs

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

cherrytree: 0.99.38 -> 0.99.39
This commit is contained in:
Sandro 2021-07-22 03:17:34 +02:00 committed by GitHub
commit 42ce84352a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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