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