about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-31 07:12:26 -0500
committerGitHub <noreply@github.com>2023-10-31 07:12:26 -0500
commit5dbfc74207bf09f005f2b3a57361570f7f99002c (patch)
tree866b20daa016f880fd24eac0b3adc61f87ba123c /pkgs
parent7d0a063a1aaeec57e5f9b08d9a1b7be6ee2a8ddb (diff)
parent79d68ddfed493358cfe5d60d9a1a1f3542548c01 (diff)
Merge pull request #264550 from r-ryantm/auto-update/aaaaxy
aaaaxy: 1.4.50 -> 1.4.72
Diffstat (limited to 'pkgs')
-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 c2fcc8a646c45..b6e5826be96a8 100644
--- a/pkgs/games/aaaaxy/default.nix
+++ b/pkgs/games/aaaaxy/default.nix
@@ -19,17 +19,17 @@
 
 buildGoModule rec {
   pname = "aaaaxy";
-  version = "1.4.50";
+  version = "1.4.72";
 
   src = fetchFromGitHub {
     owner = "divVerent";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-J4SCmIwGlVD8MHs13NO3JFKfH1rvh2dgVV0/8BX9IcY=";
+    hash = "sha256-wKnwyjgEV1M5CJR0uxs9vNbF3iJvDPWOqya0iLHXjGw=";
     fetchSubmodules = true;
   };
 
-  vendorHash = "sha256-dugSK/5mowBfRqnzI3sZqCm69E0WtX2Tydh6Q06+vLU=";
+  vendorHash = "sha256-hK5w3JhcYUW5bAUovv/ldHoYcY0oIh5q4LWxiGuP2NQ=";
 
   buildInputs = [
     alsa-lib