about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorAntoine Pietri <antoine.pietri1@gmail.com>2024-04-28 03:55:28 +0200
committerAntoine Pietri <antoine.pietri1@gmail.com>2024-04-28 03:59:50 +0200
commit54b4c0305d95f0138ed43add83cfe439153d752b (patch)
tree636c1c43f66887ab4bc378ce2216cecdd1e78c80 /pkgs/games
parent32a79f412e8665f3d0b17833f73914f9e9549a0d (diff)
instawow: 3.3.0 -> 4.0.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/instawow/default.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/games/instawow/default.nix b/pkgs/games/instawow/default.nix
index 57e0e5a72b4fe..94a8b1b2f05f3 100644
--- a/pkgs/games/instawow/default.nix
+++ b/pkgs/games/instawow/default.nix
@@ -2,33 +2,31 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "instawow";
-  version = "3.3.0";
+  version = "4.0.0";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "layday";
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-eBXUg5qLTmalWbTh5/iJ8yliTgv+HoTuGhGkd3y3CBA=";
+    sha256 = "sha256-tbK5NOErYddiyWn+sMiKRW1hstFljotsKIQarNGDesk=";
   };
 
   extras = [ ];  # Disable GUI, most dependencies are not packaged.
 
   nativeBuildInputs = with python3.pkgs; [
-    poetry-core
-    poetry-dynamic-versioning
+    hatchling
+    hatch-vcs
   ];
   propagatedBuildInputs = with python3.pkgs; [
     aiohttp
     aiohttp-client-cache
-    alembic
     attrs
     cattrs
     click
     diskcache
     iso8601
     loguru
-    mako
     packaging
     pluggy
     prompt-toolkit