curtail: 1.14.0 -> 1.15.0 (#482375)

This commit is contained in:
Seth Flynn
2026-03-14 07:59:53 +00:00
committed by GitHub
+2 -2
View File
@@ -22,14 +22,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "curtail";
version = "1.14.0";
version = "1.15.0";
pyproject = false;
src = fetchFromGitHub {
owner = "Huluti";
repo = "Curtail";
tag = finalAttrs.version;
sha256 = "sha256-AxQe7abHZp4SRp90fkFbmXf3ZQH3VmxQVkpxRcit+54=";
hash = "sha256-1X3isnhl5Lw+iVLM2WdZEaKphLiikBtg5QlSxgQHqy8=";
};
nativeBuildInputs = [