gh: 2.20.0 -> 2.20.2

https://github.com/cli/cli/releases/tag/v2.20.1
https://github.com/cli/cli/releases/tag/v2.20.2

zowoq d3ccf64a e3a720db

+2 -2
+2 -2
pkgs/applications/version-management/git-and-tools/gh/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gh"; 5 - version = "2.20.0"; 5 + version = "2.20.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cli"; 9 9 repo = "cli"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-g83JuV+RPtuQJoxcMgMlZbHftqohA9frIk/y89/PucY="; 11 + sha256 = "sha256-atUC6vb/tOO2GapMjTqFi4qjDAdSf2F8v3gZuzyt+9Q="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-FSniCYr3emV9W/BuEkWe0a4aZ5RCoZJc7+K+f2q49ys=";