treewide: remove redundant quotes
This commit is contained in:
@@ -7,7 +7,7 @@ python3Packages.buildPythonApplication rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "jorgebastida";
|
||||
repo = "awslogs";
|
||||
rev = "${version}";
|
||||
rev = version;
|
||||
sha256 = "0vdpld7r7y78x1lcd5z3qsx047dwichxb8f3447yzl75fnsm75dc";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user