curtail: 1.12.0 -> 1.13.0

This commit is contained in:
R. Ryantm
2025-03-29 03:30:52 +00:00
parent b98b14df4c
commit 9e08cce04f
+2 -2
View File
@@ -22,14 +22,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "curtail";
version = "1.12.0";
version = "1.13.0";
format = "other";
src = fetchFromGitHub {
owner = "Huluti";
repo = "Curtail";
tag = version;
sha256 = "sha256-+TnGCLRJsdqdChqonHGuA4kUEiB9Mfc2aQttyt+uFnM=";
sha256 = "sha256-JfioWtd0jGTyaD5uELAqH6J+h04MOrfEqdR7GWgXyMw=";
};
nativeBuildInputs = [