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

cherrytree: 0.99.56 -> 1.0.1
This commit is contained in:
Weijia Wang 2023-09-22 11:10:19 +02:00 committed by GitHub
commit 4c93c8ee11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "cherrytree";
version = "0.99.56";
version = "1.0.1";
src = fetchFromGitHub {
owner = "giuspen";
repo = "cherrytree";
rev = version;
hash = "sha256-kDbUn81YfSMAX7FKcw+nDSrsNvrhOX0+NmgZUYNqCqQ=";
hash = "sha256-A/4OcsAOECgQnENj2l9BX713KHG+zk5cJE+yyHXw1TM=";
};
nativeBuildInputs = [