lol

Merge pull request #133131 from r-ryantm/auto-update/ghq

ghq: 1.1.7 -> 1.2.1

authored by

Artturi and committed by
GitHub
aa80e95f f49b03c4

+2 -2
+2 -2
pkgs/applications/version-management/git-and-tools/ghq/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "ghq"; 5 - version = "1.1.7"; 5 + version = "1.2.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "x-motemen"; 9 9 repo = "ghq"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-kEs844gj1/PW7Kkpn1tvxfruznRIh2pjHCoSWGF1upQ="; 11 + sha256 = "sha256-86ZFKkzDAhx3UYWxreQI2OJJmqGnqaH2TgwQunuYhv4="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-5Eth9v98z1gxf1Fz5Lbn2roX7dSBmA7GRzg8uvT0hTI=";