3
0
Fork 0
forked from mirrors/nixpkgs

itchiodl: 2.1.2 -> 2.2.0

This commit is contained in:
Francesco Gazzetta 2023-01-31 08:55:52 +01:00
parent 13ac55a095
commit f3325d28b9

View file

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