Unverified Commit 4a7569aa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #265038 from r-ryantm/auto-update/nexttrace

nexttrace: 1.2.2.2 -> 1.2.3.1
parents e1370fb2 11484de4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@

buildGoModule rec {
  pname = "nexttrace";
  version = "1.2.2.2";
  version = "1.2.3.1";

  src = fetchFromGitHub {
    owner = "nxtrace";
    repo = "NTrace-core";
    rev = "v${version}";
    sha256 = "sha256-a9l6nsrbgwmk6cq/rPBwPwZ8yhH35VxKmn9x5PgcqGI=";
    sha256 = "sha256-uY3Cjemv+iFOrWm7lXzRprIljqHCLWOF6DyDURrH39g=";
  };
  vendorHash = "sha256-YAmGvmHkR1G2MLlDja5aPJqX2F3etogebasqD72YJ3M=";
  vendorHash = "sha256-sugEN7sKBwEKsfX1MBwOiyH1aq1995HL+Yv7Q8XaPAo=";

  doCheck = false; # Tests require a network connection.