about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoine Pietri <antoine.pietri1@gmail.com>2024-04-29 00:40:58 +0200
committerAntoine Pietri <antoine.pietri1@gmail.com>2024-04-29 00:40:58 +0200
commit7322cc67ec28785f582016c1057f43aeaa7a6568 (patch)
tree454686715a05f4dbef91bd5e9f2e6454378b8322
parent54b4c0305d95f0138ed43add83cfe439153d752b (diff)
instawow: 4.0.0 -> 4.1.1
-rw-r--r--pkgs/games/instawow/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/games/instawow/default.nix b/pkgs/games/instawow/default.nix
index 94a8b1b2f05f3..02daa3207837e 100644
--- a/pkgs/games/instawow/default.nix
+++ b/pkgs/games/instawow/default.nix
@@ -2,14 +2,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "instawow";
-  version = "4.0.0";
+  version = "4.1.1";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "layday";
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-tbK5NOErYddiyWn+sMiKRW1hstFljotsKIQarNGDesk=";
+    sha256 = "sha256-RRBuFja5vejzjrtOvRBIjT7sq/Wg/39FA/o9O8c2B0o=";
   };
 
   extras = [ ];  # Disable GUI, most dependencies are not packaged.
@@ -30,9 +30,7 @@ python3.pkgs.buildPythonApplication rec {
     packaging
     pluggy
     prompt-toolkit
-    questionary
     rapidfuzz
-    sqlalchemy
     truststore
     typing-extensions
     yarl