curtail: 1.8.0 -> 1.9.1

This commit is contained in:
R. Ryantm 2024-04-16 06:14:33 +00:00
parent 1df062db9e
commit 7b4b35895d
1 changed files with 2 additions and 2 deletions

View File

@ -20,14 +20,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "curtail";
version = "1.8.0";
version = "1.9.1";
format = "other";
src = fetchFromGitHub {
owner = "Huluti";
repo = "Curtail";
rev = "refs/tags/${version}";
sha256 = "sha256-LLz4nZ9WFQMogQR2gCKn80gvHUG5hlpQpcNjpr4fs2s=";
sha256 = "sha256-9xTdT2mS3aWyimkxrNwCuWIzZ0dPE7w4xUwO53kKr30=";
};
nativeBuildInputs = [