treewide: remove redundant quotes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
buildGoPackage rec {
|
||||
pname = "jmespath";
|
||||
version = "0.2.2";
|
||||
rev = "${version}";
|
||||
rev = version;
|
||||
|
||||
goPackagePath = "github.com/jmespath/go-jmespath";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user