nwg-look: updated repo argument to string literal

This commit is contained in:
max-amb 2023-09-10 12:51:48 +01:00
parent 6bb4538e5d
commit b9e8491c84

View File

@ -19,7 +19,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = pname;
repo = "nwg-look";
rev = "v${version}";
hash = "sha256-wUI58qYkVYgES87HQ4octciDlOJ10oJldbUkFgxRUd4=";
};