Unverified Commit f7e6ecd0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #281498 from mfrw/mfrw/gh-2.42.1

gh: 2.41.0 -> 2.42.1
parents b2d4c496 8373e306
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "gh";
  version = "2.41.0";
  version = "2.42.1";

  src = fetchFromGitHub {
    owner = "cli";
    repo = "cli";
    rev = "v${version}";
    hash = "sha256-GkrEirunY17WgAv4XOreG+JwPQn7cRTmr7hJ3/2tSrY=";
    hash = "sha256-5kTBOWdL31UfFDp8XC+lc2vJrXZ0PBJafXyczMPn59o=";
  };

  vendorHash = "sha256-XBoC1sHfxInkamSHNm7Vb3AKCgIch6uYx0jJWqN7PN8=";