Unverified Commit c2247608 authored by éclairevoyant's avatar éclairevoyant
Browse files

wslu: fix pname misuse

parent 90b78e4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {

  src = fetchFromGitHub {
    owner = "wslutilities";
    repo = pname;
    repo = "wslu";
    rev = "v${version}";
    hash = "sha256-yhugh836BoSISbTu19ubLOrz5X31Opu5QtCR0DXrbWc=";
  };