cherrytree: 0.99.48 -> 0.99.49

This commit is contained in:
R. Ryantm 2022-09-12 11:29:03 +00:00
parent 34fde40edd
commit 5b4e520467

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cherrytree"; pname = "cherrytree";
version = "0.99.48"; version = "0.99.49";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "giuspen"; owner = "giuspen";
repo = "cherrytree"; repo = "cherrytree";
rev = version; rev = version;
sha256 = "sha256-mNWep+ZMQzb2PBHgzUKRpfMhP0ok1RZiuIoyH3P7+TI="; sha256 = "sha256-p7kiOxy4o0RwmN3LFfLSpkz08KcYYMVxVAEUvAX1KEA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [