gospider: Avoid string conversion

This commit is contained in:
Sandro Jäckel 2020-12-30 21:38:08 +01:00
parent df2f2a6e82
commit 2ec3927c02
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -10,7 +10,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "jaeles-project";
repo = pname;
rev = "${version}";
rev = version;
sha256 = "03gl8y2047iwa6bhmayyds3li21wy3sw1x4hpp9zgqgi95039q86";
};