patcher9x: use pname instead of name

This commit is contained in:
jopejoe1 2024-05-27 22:12:54 +02:00
parent 614630b738
commit 39c0f29993

View File

@ -1,7 +1,7 @@
{ fasm, lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation (finalAttr: {
name = "patcher9x";
pname = "patcher9x";
version = "0.8.50";
srcs = [