cherrytree: 0.99.49 -> 0.99.55 (#238668)

* cherrytree: 0.99.49 -> 0.99.55

* Update pkgs/applications/misc/cherrytree/default.nix

---------

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
This commit is contained in:
Gabriel Arazas 2023-06-21 03:10:31 +08:00 committed by GitHub
parent adcb8e1afd
commit 49660fc734
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,17 +14,19 @@
, curl
, libuchardet
, spdlog
, fribidi
, vte
}:
stdenv.mkDerivation rec {
pname = "cherrytree";
version = "0.99.49";
version = "0.99.55";
src = fetchFromGitHub {
owner = "giuspen";
repo = "cherrytree";
rev = version;
sha256 = "sha256-p7kiOxy4o0RwmN3LFfLSpkz08KcYYMVxVAEUvAX1KEA=";
hash = "sha256-1ytph2HTwIqVTD6+a5P1gvFG+2xsfZWRkmn7RpwuwKY=";
};
nativeBuildInputs = [
@ -44,6 +46,8 @@ stdenv.mkDerivation rec {
curl
libuchardet
spdlog
fribidi
vte
];
meta = with lib; {