Unverified Commit 9347aa5b authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

aaaaxy: 1.6.288 -> 1.6.301 (#452916)

parents 93e25250 7f0ef9c8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,17 +22,17 @@

buildGoModule rec {
  pname = "aaaaxy";
  version = "1.6.288";
  version = "1.6.301";

  src = fetchFromGitHub {
    owner = "divVerent";
    repo = "aaaaxy";
    tag = "v${version}";
    hash = "sha256-8oWrQCj1B7o2kw0mbg9ynXpu/r85uqa+2UxRH44G8ZQ=";
    hash = "sha256-MWJ1k7Ps9jZa+AVNrvqRGMr3Mb0jd54NxGGylDI8VXo=";
    fetchSubmodules = true;
  };

  vendorHash = "sha256-g37+5IquBaRMGw48V/pCsJaeKlGR5a2Hj3NFcrolQ7g=";
  vendorHash = "sha256-2tx+Uba2x2jYiEUUiHkr2nTp0BB6BgiAdW7UgRBQqSU=";

  buildInputs = [
    alsa-lib