Merge pull request #233844 from Luflosi/update/aaaaxy

aaaaxy: 1.3.530 -> 1.3.538
This commit is contained in:
figsoda 2023-05-24 16:27:58 -04:00 committed by GitHub
commit 13e3ac2b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "aaaaxy";
version = "1.3.530";
version = "1.3.538";
src = fetchFromGitHub {
owner = "divVerent";
repo = pname;
rev = "v${version}";
hash = "sha256-jbuBkxd686ky7KFYUaLJ51jon5hwuwkr0QdhMTtZ7eo=";
hash = "sha256-APoU+VlIUSwMai9INSOyqBp8azy970tF5bz8IDr5NiI=";
fetchSubmodules = true;
};