···6677buildGoModule rec {
88 pname = "gof5";
99- version = "0.1.4";
99+ version = "0.1.5";
10101111 src = fetchFromGitHub {
1212 owner = "kayrus";
1313 repo = "gof5";
1414 rev = "v${version}";
1515- sha256 = "10qh7rj8s540ghjdvymly53vny3n0qd0z0ixy24n026jjhgjvnpl";
1515+ sha256 = "sha256-tvahwd/UBKGYOXIgGwN98P4udcf6Bqrsy9mZ/3YVkvM=";
1616 };
17171818- vendorHash = null;
1818+ vendorHash = "sha256-kTdAjNYp/qQnUhHaCD6Hn1MlMpUsWaRxTSHWSUf6Uz8=";
19192020 # The tests are broken and apparently you need to uncomment some lines in the
2121 # code in order for it to work.