treewide: remove redundant quotes
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "cddlib";
|
||||
repo = "cddlib";
|
||||
rev = "${version}";
|
||||
rev = version;
|
||||
sha256 = "1z03ljy3rrr0qq5gq54vynnif6fn0xhn05g90nnv0dpyc3ps8lzp";
|
||||
};
|
||||
buildInputs = [gmp];
|
||||
|
||||
Reference in New Issue
Block a user