wslu: fix pname misuse

This commit is contained in:
éclairevoyant 2024-03-06 05:59:38 -05:00
parent 90b78e4c4a
commit c224760817
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "wslutilities";
repo = pname;
repo = "wslu";
rev = "v${version}";
hash = "sha256-yhugh836BoSISbTu19ubLOrz5X31Opu5QtCR0DXrbWc=";
};