aaaaxy: 1.3.524 -> 1.3.530

This commit is contained in:
R. Ryantm
2023-05-18 02:44:05 +00:00
parent 8fcd9a3173
commit d8cd7e1c7b
+2 -2
View File
@@ -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;
};