aaaaxy: 1.3.530 -> 1.3.538

https://github.com/divVerent/aaaaxy/releases/tag/v1.3.538
This commit is contained in:
Luflosi 2023-05-24 17:02:07 +02:00
parent 4fecf80097
commit 276483b5f6
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

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