Unverified Commit 175b1e03 authored by lassulus's avatar lassulus Committed by GitHub
Browse files

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

aaaaxy: 1.4.160 -> 1.5.6
parents a7db7a03 ebe95b82
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,17 +20,17 @@

buildGoModule rec {
  pname = "aaaaxy";
  version = "1.4.160";
  version = "1.5.6";

  src = fetchFromGitHub {
    owner = "divVerent";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-BI3qnt/u0BXEHJ1E7jUh6jAUXxJZAUX+5Joih1g0JAU=";
    hash = "sha256-Tban8i0/dALjxN6wPs/GVh8ZRLW2pXezhhGNwXSDkL4=";
    fetchSubmodules = true;
  };

  vendorHash = "sha256-m6nSWw+KluP0X3mB18m7OEFzeRFw/XS4JiqARqGopvQ=";
  vendorHash = "sha256-FCJd+nXETuVqTiQolGxl3Q/ZE8/wrvZMaNXEKpyEVP4=";

  buildInputs = [
    alsa-lib