Unverified Commit 5dbfc742 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #264550 from r-ryantm/auto-update/aaaaxy

aaaaxy: 1.4.50 -> 1.4.72
parents 7d0a063a 79d68ddf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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