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

ghq: 1.6.0 -> 1.6.1

authored by Nick Cao and committed by GitHub 9fd76adc 3d29f76f

+2 -2
+2 -2
pkgs/applications/version-management/ghq/default.nix
··· 2 3 buildGoModule rec { 4 pname = "ghq"; 5 - version = "1.6.0"; 6 7 src = fetchFromGitHub { 8 owner = "x-motemen"; 9 repo = "ghq"; 10 rev = "v${version}"; 11 - sha256 = "sha256-gSMSn7YuhV/m5po+nu9Z/bxSRKg7/fXbF1stm7JQqZI="; 12 }; 13 14 vendorHash = "sha256-M9B19rSEMnmT4wfOVnSAK06UPR/xrs0252lX3B9ebF8=";
··· 2 3 buildGoModule rec { 4 pname = "ghq"; 5 + version = "1.6.1"; 6 7 src = fetchFromGitHub { 8 owner = "x-motemen"; 9 repo = "ghq"; 10 rev = "v${version}"; 11 + sha256 = "sha256-fp/pqLpuEqvLoB3ioDd1Kx+i1NUI+bUDJzdaT7dQGSg="; 12 }; 13 14 vendorHash = "sha256-M9B19rSEMnmT4wfOVnSAK06UPR/xrs0252lX3B9ebF8=";