Unverified Commit 48b8ce59 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #254385 from max-amb/nwg-look

nwg-look: updated repo argument to string literal
parents ab93f682 b9e8491c
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=";
  };