Unverified Commit e24e3fd5 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

aaaaxy: 1.5.183 -> 1.5.190 (#338174)

parents 09f65d78 218b5701
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };