Merge pull request #107990 from SuperSandro2000/fixes

This commit is contained in:
Sandro
2020-12-31 06:21:25 +01:00
committed by GitHub
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "jaeles-project";
repo = pname;
rev = "${version}";
rev = version;
sha256 = "03gl8y2047iwa6bhmayyds3li21wy3sw1x4hpp9zgqgi95039q86";
};