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