Unverified Commit 767ae641 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

aaaaxy: 1.4.33 -> 1.4.39
parents 065a1c6b 15cadbb7
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.33";
  version = "1.4.39";

  src = fetchFromGitHub {
    owner = "divVerent";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-PE5TYzfO2/3DehCVmo9mNNXgghnNR02frqRe6I0EfFY=";
    hash = "sha256-eawsTvPJwWKDSZd/2XBneitoydSRxEAU5RAPZgE6NSo=";
    fetchSubmodules = true;
  };

  vendorHash = "sha256-qnn+2aUpYQYg31p+rAHTGHgrwfEHRtZECOg9oIERrrc=";
  vendorHash = "sha256-uHTYp8PBXdQ2w+kjxLVvUOzOvDfXF53lcBriK8sif7A=";

  buildInputs = [
    alsa-lib