aaaaxy: 1.5.250 -> 1.5.256

This commit is contained in:
R. Ryantm
2025-01-19 09:51:59 +00:00
parent 4a21427ac9
commit cc26c8d852

View File

@@ -21,13 +21,13 @@
buildGoModule rec {
pname = "aaaaxy";
version = "1.5.250";
version = "1.5.256";
src = fetchFromGitHub {
owner = "divVerent";
repo = pname;
rev = "v${version}";
hash = "sha256-+avaHICyaNbNCaOWb+AgpEq4SONacFJ//AZx+2Aa7SY=";
hash = "sha256-wK0ZVJGTRp4m7nALfLzJE51juqBo8GmlK8BIQeb20ls=";
fetchSubmodules = true;
};