gof5: 0.1.4 -> 0.1.5

R. Ryantm 5ea2a27c 51e8f407

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