curtail: 1.11.0 -> 1.11.1 (#358370)

This commit is contained in:
Aleksana
2024-11-23 19:51:50 +08:00
committed by GitHub
+2 -2
View File
@@ -20,14 +20,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "curtail";
version = "1.11.0";
version = "1.11.1";
format = "other";
src = fetchFromGitHub {
owner = "Huluti";
repo = "Curtail";
rev = "refs/tags/${version}";
sha256 = "sha256-bN901v2M644EN7tBKN9/kv12AE2XuIPjDSCoohfevFI=";
sha256 = "sha256-IpN1NMIT13icYnflkcZW+aSzw0Nau8UIOP38Kzji3bg=";
};
nativeBuildInputs = [