gospider: Avoid string conversion

This commit is contained in:
Sandro Jäckel
2020-12-30 21:38:08 +01:00
parent df2f2a6e82
commit 2ec3927c02

View File

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