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

cherrytree: 1.1.3 -> 1.1.4
This commit is contained in:
Peder Bergebakken Sundt
2024-07-22 05:18:33 +02:00
committed by GitHub
@@ -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 = [