aaaaxy: 1.6.252 -> 1.6.257

https://github.com/divVerent/aaaaxy/releases/tag/v1.6.257
This commit is contained in:
Luflosi
2025-07-15 17:42:10 +02:00
parent 7b361899c6
commit b34f2f501e
+2 -2
View File
@@ -22,13 +22,13 @@
buildGoModule rec {
pname = "aaaaxy";
version = "1.6.252";
version = "1.6.257";
src = fetchFromGitHub {
owner = "divVerent";
repo = "aaaaxy";
tag = "v${version}";
hash = "sha256-Y8uZOW5Eh3sf9+7yj3XXmokItb/BqA8bsaQMfC2PoYE=";
hash = "sha256-l+4nlL8gUnLoBbKWlwOiis3s8svKMq9IjrbKyaBE0kk=";
fetchSubmodules = true;
};