cherrytree: 1.1.3 -> 1.1.4

This commit is contained in:
R. Ryantm
2024-07-16 08:48:35 +00:00
parent b64e7d2266
commit 5eb2c4b661
@@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "cherrytree";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "giuspen";
repo = "cherrytree";
rev = "refs/tags/v${version}";
hash = "sha256-Xtm+SFJOSb04WlooRhTopYtyiXEOkOmiPojM8E7l5vY=";
hash = "sha256-JiSGoEVGotaPqEKFHjTagi+sZPgdX+tKI0FIHRmJKHE=";
};
nativeBuildInputs = [