Merge pull request #304459 from r-ryantm/auto-update/curtail

curtail: 1.8.0 -> 1.9.1
This commit is contained in:
Weijia Wang 2024-04-27 03:23:46 +02:00 committed by GitHub
commit 7f50f7c464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [