about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2022-06-20 22:21:29 +0200
committerFrancesco Gazzetta <fgaz@fgaz.me>2022-06-21 10:50:05 +0200
commit59c158c8fdef886ad2c3fd7cc50bbb34da6ea50f (patch)
tree54c83bbce72eaf02ae9c59cc7e06d53f05853089 /pkgs/games
parent0afc3c233b0f753a4022eccdb4e19609077e3b4b (diff)
pokete: 0.7.2 -> 0.7.3
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/pokete/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/pokete/default.nix b/pkgs/games/pokete/default.nix
index 9d4469e1705ce..c5f737906549a 100644
--- a/pkgs/games/pokete/default.nix
+++ b/pkgs/games/pokete/default.nix
@@ -7,7 +7,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "pokete";
-  version = "0.7.2";
+  version = "0.7.3";
 
   format = "other";
 
@@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "lxgr-linux";
     repo = "pokete";
     rev = version;
-    sha256 = "sha256-P6007qY6MsnQH4LGiNPoKCUt3+YI0OinKFdosaj3Wrc=";
+    sha256 = "sha256-sP6fI3F/dQHei1ZJU6gChKxft9fGpTct4EyU3OdBtr4=";
   };
 
   pythonPath = with python3.pkgs; [