aaaaxy: 1.5.183 -> 1.5.190

https://github.com/divVerent/aaaaxy/releases/tag/v1.5.190
This commit is contained in:
Luflosi 2024-08-29 13:56:03 +02:00
parent b4f7fb7143
commit 218b5701c1
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0

View File

@ -20,13 +20,13 @@
buildGoModule rec {
pname = "aaaaxy";
version = "1.5.183";
version = "1.5.190";
src = fetchFromGitHub {
owner = "divVerent";
repo = pname;
rev = "v${version}";
hash = "sha256-uXu9z4J3ufe7thXsAGWGTSgb8LVPboM7CSTNf7NBw1Q=";
hash = "sha256-yMap8Po3NeFwaqTn0gCHp8f30iiNg1AmG/ALQcW8eYA=";
fetchSubmodules = true;
};