Unverified Commit a570861f authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

aaaaxy: 1.5.250 -> 1.5.256 (#374994)

parents b4622e7a cc26c8d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };