itchiodl: 2.2.0 -> 2.3.0

This commit is contained in:
Francesco Gazzetta 2023-03-17 15:19:33 +01:00
parent ba18b89aa3
commit cb6c23996f
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "itchiodl";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "Emersont1";
repo = "itchio";
rev = "v${version}";
hash = "sha256-tylMEsUdeMUuLcxRMkkJE7vPAVuqc/cVJ4DB3xmV+iA=";
hash = "sha256-XuNkqTAT9LlSwruchGQbombAKHZvKhpnqLfvJdDcrj0=";
};
format = "pyproject";