Unverified Commit e3632107 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

gh: 2.74.0 -> 2.74.1 (#415681)

parents 886ec84b 34ef3c60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildGoModule rec {
  pname = "gh";
  version = "2.74.0";
  version = "2.74.1";

  src = fetchFromGitHub {
    owner = "cli";
    repo = "cli";
    tag = "v${version}";
    hash = "sha256-jnS2S21iHBmi+AZAKs6QgJWsmZGc4ly8bIGSMg+cNCA=";
    hash = "sha256-9Mc0AuwR9F7XU6yjIJ5Z7m7e0b3o7ZjpDdkTc6JMNnQ=";
  };

  vendorHash = "sha256-S1s+Es7vOvyiPY7RJaMs6joy8QIZ1xY9mR6WvNIs0OY=";