git-who: 1.1 -> 1.2 (#429724)

authored by Paul Meyer and committed by GitHub 91c3bb7e 4f1a1d0a

+2 -2
+2 -2
pkgs/by-name/gi/git-who/package.nix
··· 5 }: 6 buildGoModule rec { 7 pname = "git-who"; 8 - version = "1.1"; 9 10 src = fetchFromGitHub { 11 owner = "sinclairtarget"; 12 repo = "git-who"; 13 rev = "v${version}"; 14 - hash = "sha256-J+Rl1zmNo4MmCwtpKpNKRNXmzzCKYztA6xvoJjHPEOI="; 15 }; 16 17 vendorHash = "sha256-e2P7szjtAn4EFTy+eGi/9cYf/Raw/7O+PbYEOD8i3Hs=";
··· 5 }: 6 buildGoModule rec { 7 pname = "git-who"; 8 + version = "1.2"; 9 10 src = fetchFromGitHub { 11 owner = "sinclairtarget"; 12 repo = "git-who"; 13 rev = "v${version}"; 14 + hash = "sha256-xpY5XIqlCscwJZhtqdYa1yhR9VWgD8FofDXdZ9+afA8="; 15 }; 16 17 vendorHash = "sha256-e2P7szjtAn4EFTy+eGi/9cYf/Raw/7O+PbYEOD8i3Hs=";