treewide: remove redundant quotes
This commit is contained in:
@@ -6,7 +6,7 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "BinaryAnalysisPlatform";
|
||||
repo = "bap-python";
|
||||
rev = "${version}";
|
||||
rev = version;
|
||||
sha256 = "1ahkrmcn7qaivps1gar8wd9mq2qqyx6zzvznf5r9rr05h17x5lbp";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user