Skip to content

Commit

Permalink
gh: 2.44.0 -> 2.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrw committed Feb 18, 2024
1 parent 85b63fd commit b6c4a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "gh";
version = "2.44.0";
version = "2.44.1";

src = fetchFromGitHub {
owner = "cli";
repo = "cli";
rev = "v${version}";
hash = "sha256-5UESwrEDQpwQSGCKE6WjAGAQvJXACxIt2lw3fZvhAb4=";
hash = "sha256-ZcJY9XNkp1Glo0sQ0O9iadsvW4eterkogjlJmQeP+M4=";
};

vendorHash = "sha256-r1zcwBz/mJOv1RU4Ilgg73yH37xu7a/BmqgAkiODq0I=";
Expand Down

0 comments on commit b6c4a6d

Please sign in to comment.