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 { stdenv.mkDerivation rec {
pname = "cherrytree"; pname = "cherrytree";
version = "0.99.38"; version = "0.99.39";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "giuspen"; owner = "giuspen";
repo = "cherrytree"; repo = "cherrytree";
rev = version; rev = version;
sha256 = "sha256-04MRw6pMtJGxTMKwOzPNGg1T85SfVY5bMkF3gt2V0e0="; sha256 = "sha256-QSRYtnZxLAaq42PvPd5+LxSzq/Hd/Cz5bquBTiGWnAE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [