aaaaxy: 1.5.250 -> 1.5.256 (#374994)

Co-authored-by: Luflosi <Luflosi@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] Luflosi and committed by GitHub a570861f b4622e7a

+2 -2
+2 -2
pkgs/by-name/aa/aaaaxy/package.nix
··· 21 21 22 22 buildGoModule rec { 23 23 pname = "aaaaxy"; 24 - version = "1.5.250"; 24 + version = "1.5.256"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "divVerent"; 28 28 repo = pname; 29 29 rev = "v${version}"; 30 - hash = "sha256-+avaHICyaNbNCaOWb+AgpEq4SONacFJ//AZx+2Aa7SY="; 30 + hash = "sha256-wK0ZVJGTRp4m7nALfLzJE51juqBo8GmlK8BIQeb20ls="; 31 31 fetchSubmodules = true; 32 32 }; 33 33