about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-27 16:31:24 +0100
committerGitHub <noreply@github.com>2024-03-27 16:31:24 +0100
commit10e4fb5828350553a94a00473ca7d6ca982ea52c (patch)
tree2da6ce80d7a929011f6996d376983ea8ed1e9a7f
parenta3396a5ef33398714771302b7f7d210206485996 (diff)
parenteea28288d03100d1018b9db47498728a1153ac15 (diff)
Merge pull request #298464 from seirl/instawow_3.3.0
instawow: 3.2.0 -> 3.3.0
-rw-r--r--pkgs/games/instawow/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/games/instawow/default.nix b/pkgs/games/instawow/default.nix
index d1ed292f377ca..57e0e5a72b4fe 100644
--- a/pkgs/games/instawow/default.nix
+++ b/pkgs/games/instawow/default.nix
@@ -2,14 +2,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "instawow";
-  version = "3.2.0";
+  version = "3.3.0";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "layday";
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-eBpX+ojlrWwRXuMijnmb4lNlxIJ40Q9RUqS6txPBDiM=";
+    sha256 = "sha256-eBXUg5qLTmalWbTh5/iJ8yliTgv+HoTuGhGkd3y3CBA=";
   };
 
   extras = [ ];  # Disable GUI, most dependencies are not packaged.
@@ -25,6 +25,7 @@ python3.pkgs.buildPythonApplication rec {
     attrs
     cattrs
     click
+    diskcache
     iso8601
     loguru
     mako