lol

gh: 2.24.3 -> 2.25.0

Diff: https://github.com/cli/cli/compare/v2.24.3...v2.25.0

Changelog: https://github.com/cli/cli/releases/tag/v2.25.0

zowoq 41135131 772b9d08

+2 -2
+2 -2
pkgs/applications/version-management/gh/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gh"; 5 - version = "2.24.3"; 5 + version = "2.25.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cli"; 9 9 repo = "cli"; 10 10 rev = "v${version}"; 11 - hash = "sha256-Z0Z8mMTk1uAgegL4swJswCJ3D5Zi7DMTai9oQXH+2WM="; 11 + hash = "sha256-utJX7GkShTY0Gj2usQ+WeyYJ47j+PG2iwTKXtSgGjpE="; 12 12 }; 13 13 14 14 vendorHash = "sha256-nn2DzjcXHiuSaiEuWNZTAZ3+OKrEpRzUPzqmH+gZ9sY=";