Unverified Commit 9bea8d59 authored by isabel's avatar isabel Committed by GitHub
Browse files

gh-dash: 4.16.2 -> 4.17.0 (#448891)

parents 39d49807 8d4e97cd
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "gh-dash";
  version = "4.16.2";
  version = "4.17.0";

  src = fetchFromGitHub {
    owner = "dlvhdr";
    repo = "gh-dash";
    rev = "v${version}";
    hash = "sha256-LMKY7UpJtCrlMaui+fllc6mwVYQyVkuIM8bb6fop1Bc=";
    hash = "sha256-uQc5s5CLR5uKieD1+YMzahKNBqsddLwX+CTThzWPnwY=";
  };

  vendorHash = "sha256-AeDGtEh+8sAczm0hBebvMdK/vTDzQsSXcB0xIYcQd8o=";
  vendorHash = "sha256-IsEz6hA8jnWP+2ELkZ6V5Y0/rpTz1tAzaYJvzgPQQCo=";

  ldflags = [
    "-s"
@@ -25,6 +25,11 @@ buildGoModule rec {
    "-X github.com/dlvhdr/gh-dash/v4/cmd.Version=${version}"
  ];

  checkFlags = [
    # requires network
    "-skip=TestFullOutput"
  ];

  passthru.tests = {
    version = testers.testVersion { package = gh-dash; };
  };