Unverified Commit 95f969e8 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

aaaaxy: 1.3.524 -> 1.3.530
parents 476d837c d8cd7e1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

buildGoModule rec {
  pname = "aaaaxy";
  version = "1.3.524";
  version = "1.3.530";

  src = fetchFromGitHub {
    owner = "divVerent";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-9g0wTvG6XSKI7e3RP6e3RoYyvE5UjOYxI5hVINI9Fq8=";
    hash = "sha256-jbuBkxd686ky7KFYUaLJ51jon5hwuwkr0QdhMTtZ7eo=";
    fetchSubmodules = true;
  };