ready-check: 1.2.5 -> 1.2.6

This commit is contained in:
R. Ryantm 2024-03-04 00:20:20 +00:00
parent 8727dcf55f
commit 0dae9de441

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