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