about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-15 13:38:08 +0200
committerGitHub <noreply@github.com>2024-05-15 13:38:08 +0200
commita913184d9025f8265a39b0d1010039ec22453268 (patch)
treeac9f951b09ae7147c47aa280d22fcfd826223ef3 /pkgs/games
parent2f7c4b85657522aab1a2baa476f31c4e5072cac9 (diff)
parent1345ecbeb986bde8e5afdb58011b05218cca73b6 (diff)
Merge pull request #311865 from r-ryantm/auto-update/instawow
instawow: 4.2.0 -> 4.3.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/instawow/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/instawow/default.nix b/pkgs/games/instawow/default.nix
index 28abc90473ad8..f451521554166 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.2.0";
+  version = "4.3.0";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "layday";
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-eHydxQxqHKTBrhiPl8coMNYYr7gNfKF4Tf8clbiq2HE=";
+    sha256 = "sha256-U4Y+P+fSyqxT0oHJXn2gwxPOJtnYBwaq9ca+FvGBUkA=";
   };
 
   extras = [ ];  # Disable GUI, most dependencies are not packaged.