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