Commit 15cadbb7 authored by R. RyanTM's avatar R. RyanTM
Browse files

aaaaxy: 1.4.33 -> 1.4.39

parent 8e2fc8a2
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