Merge pull request #254385 from max-amb/nwg-look
nwg-look: updated repo argument to string literal
This commit is contained in:
@@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nwg-piotr";
|
||||
repo = pname;
|
||||
repo = "nwg-look";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-wUI58qYkVYgES87HQ4octciDlOJ10oJldbUkFgxRUd4=";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user