curtail: 1.12.0 -> 1.13.0 (#394176)

This commit is contained in:
Aleksana 2025-05-17 17:35:45 +08:00 committed by GitHub
commit 08471d777c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [