Merge pull request #293120 from r-ryantm/auto-update/ready-check

ready-check: 1.2.5 -> 1.2.6
This commit is contained in:
Fabian Affolter 2024-03-04 08:27:52 +01:00 committed by GitHub
commit 6b6cabaffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ready-check";
version = "1.2.5";
version = "1.2.6";
pyproject = true;
src = fetchFromGitHub {
owner = "sesh";
repo = "ready";
rev = "refs/tags/v${version}";
hash = "sha256-eerYxpn1f+d1PQJCDlH9kD1KKlkL/dQFUpbSRcNoXlI=";
hash = "sha256-j0UY2Q1jYGRtjvaWMwgMJrNaQZQnEJ5ST4o4PAVYWVc=";
};
nativeBuildInputs = with python3.pkgs; [