about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-08-08 18:46:32 -0600
committerGitHub <noreply@github.com>2023-08-08 18:46:32 -0600
commitab490f698be73916a6a430de3a0d5aaf4c53ffc5 (patch)
tree4ae35d640238125492971fec501a5ce3aedecdfd /pkgs/games
parentd250621e5a0513274dc8daec7385b09384313c68 (diff)
parent8cf38683bd6a5f1183fefd6f00f413e1af30f827 (diff)
Merge pull request #247833 from Luflosi/update/aaaaxy
aaaaxy: 1.4.39 -> 1.4.42
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/aaaaxy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/aaaaxy/default.nix b/pkgs/games/aaaaxy/default.nix
index 1db4f31e79a7d..64f9de8c92b8f 100644
--- a/pkgs/games/aaaaxy/default.nix
+++ b/pkgs/games/aaaaxy/default.nix
@@ -19,17 +19,17 @@
 
 buildGoModule rec {
   pname = "aaaaxy";
-  version = "1.4.39";
+  version = "1.4.42";
 
   src = fetchFromGitHub {
     owner = "divVerent";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-eawsTvPJwWKDSZd/2XBneitoydSRxEAU5RAPZgE6NSo=";
+    hash = "sha256-GD7SgxGZRivVbgrzAe7U0EgkTmrXFvSGzzZUOE7CwbY=";
     fetchSubmodules = true;
   };
 
-  vendorHash = "sha256-uHTYp8PBXdQ2w+kjxLVvUOzOvDfXF53lcBriK8sif7A=";
+  vendorHash = "sha256-1w+/tmF73hN5y5vj++JCX+T5RQ/PF747wmAbN9i7Bgs=";
 
   buildInputs = [
     alsa-lib