Commit 161b89ad authored by jopejoe1's avatar jopejoe1
Browse files

crossfire-jxclient: set pname instead of version

parent 70d225e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
}:

stdenv.mkDerivation rec {
  name = "crossfire-jxclient";
  pname = "crossfire-jxclient";
  version = "2025-01";

  src = fetchgit {