gof5: 0.1.4 -> 0.1.5 (#421894)

Co-authored-by: Leixb <Leixb@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] Leixb and committed by GitHub 6c421ef7 c5bdeccf

+3 -3
+3 -3
pkgs/by-name/go/gof5/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "gof5"; 9 - version = "0.1.4"; 9 + version = "0.1.5"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "kayrus"; 13 13 repo = "gof5"; 14 14 rev = "v${version}"; 15 - sha256 = "10qh7rj8s540ghjdvymly53vny3n0qd0z0ixy24n026jjhgjvnpl"; 15 + sha256 = "sha256-tvahwd/UBKGYOXIgGwN98P4udcf6Bqrsy9mZ/3YVkvM="; 16 16 }; 17 17 18 - vendorHash = null; 18 + vendorHash = "sha256-kTdAjNYp/qQnUhHaCD6Hn1MlMpUsWaRxTSHWSUf6Uz8="; 19 19 20 20 # The tests are broken and apparently you need to uncomment some lines in the 21 21 # code in order for it to work.