Commit b9e8491c authored by max-amb's avatar max-amb
Browse files

nwg-look: updated repo argument to string literal

parent 6bb4538e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ buildGoModule rec {

  src = fetchFromGitHub {
    owner = "nwg-piotr";
    repo = pname;
    repo = "nwg-look";
    rev = "v${version}";
    hash = "sha256-wUI58qYkVYgES87HQ4octciDlOJ10oJldbUkFgxRUd4=";
  };