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

cherrytree: 1.0.2 -> 1.0.4
This commit is contained in:
Weijia Wang
2024-01-03 16:32:03 +01:00
committed by GitHub
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "cherrytree";
version = "1.0.2";
version = "1.0.4";
src = fetchFromGitHub {
owner = "giuspen";
repo = "cherrytree";
rev = "refs/tags/v${version}";
hash = "sha256-ZGw6gESKaio89mt3VPm/uqHwlUQ0/8vIydv/WsOYQ20=";
hash = "sha256-SMx3a0pzhNahRzmenZwPQPCBgqoBGo9n3RcNcimNGBE=";
};
nativeBuildInputs = [