git-who: 1.0 -> 1.1

This commit is contained in:
R. Ryantm 2025-05-30 14:03:52 +00:00
parent 1c7b92be21
commit b7dfde1457

View file

@ -5,13 +5,13 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "git-who"; pname = "git-who";
version = "1.0"; version = "1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sinclairtarget"; owner = "sinclairtarget";
repo = "git-who"; repo = "git-who";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-xJHFPf3w+6jh6vPTg4ggq652lANZkBBkKsmkvWx48ZU="; hash = "sha256-J+Rl1zmNo4MmCwtpKpNKRNXmzzCKYztA6xvoJjHPEOI=";
}; };
vendorHash = "sha256-e2P7szjtAn4EFTy+eGi/9cYf/Raw/7O+PbYEOD8i3Hs="; vendorHash = "sha256-e2P7szjtAn4EFTy+eGi/9cYf/Raw/7O+PbYEOD8i3Hs=";