summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-31 10:41:52 +0100
committerGitHub <noreply@github.com>2023-01-31 10:41:52 +0100
commit806cc9d16f7932024cdd1217e0496936d0ef0404 (patch)
tree8e58b38a595234e433b26955791faf050b380123 /pkgs/games
parent5c4da4dbba967c43b846bca65b6e879fbf9fde83 (diff)
parentf3325d28b978172caefffe33e4b850a3e647403a (diff)
Merge pull request #213737 from fgaz/itchiodl/2.2
itchiodl: 2.1.2 -> 2.2.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/itchiodl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/itchiodl/default.nix b/pkgs/games/itchiodl/default.nix
index ba84b5c3e818..c68be798f4dc 100644
--- a/pkgs/games/itchiodl/default.nix
+++ b/pkgs/games/itchiodl/default.nix
@@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "itchiodl";
- version = "2.1.2";
+ version = "2.2.0";
src = fetchFromGitHub {
owner = "Emersont1";
repo = "itchio";
rev = "v${version}";
- hash = "sha256-U9oLrocwVdTqTQ26/MMiYO++yFGdOjnn8g+ea1jCl/A=";
+ hash = "sha256-tylMEsUdeMUuLcxRMkkJE7vPAVuqc/cVJ4DB3xmV+iA=";
};
format = "pyproject";