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
+2 -2
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;
};