treewide: remove redundant quotes
This commit is contained in:
@@ -7,8 +7,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "BelledonneCommunications";
|
||||
repo = "${baseName}";
|
||||
rev = "${version}";
|
||||
repo = baseName;
|
||||
rev = version;
|
||||
sha256 = "12cwv593bsdnxs0zfcp07vwyk7ghlz2wv7vdbs1ksv293w3vj2rv";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user