about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMultisampledNight <contact@multisamplednight.com>2022-04-12 00:30:51 +0200
committerMultisampledNight <contact@multisamplednight.com>2022-04-12 00:30:51 +0200
commit8adfdcb746706201b38556dcaea85e50012e41b9 (patch)
treea85ae3771bb1e79dde772c93397c598e2e2df54e /pkgs/games
parentfd364d268852561223a5ada15caad669fd72800e (diff)
rare: 1.8.8 -> 1.8.9
https://github.com/Dummerle/Rare/releases/tag/1.8.9
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/rare/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/rare/default.nix b/pkgs/games/rare/default.nix
index 9bf3aca754223..93a6296f67594 100644
--- a/pkgs/games/rare/default.nix
+++ b/pkgs/games/rare/default.nix
@@ -3,12 +3,12 @@
 
 buildPythonApplication rec {
   pname = "rare";
-  version = "1.8.8";
+  version = "1.8.9";
 
   src = fetchPypi {
     inherit version;
     pname = "Rare";
-    sha256 = "sha256-00CtvBqSrT9yJUHZ5529VrIQtCOYkHRc8+rJHmrTSpg=";
+    sha256 = "sha256-UEvGwWjr4FCsvyFz6Db3VnhVS6MS3FYzYSucumzOoEA=";
   };
 
   nativeBuildInputs = [