Unverified Commit d8ed1526 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

crossfire-jxclient: set pname instead of version (#483924)

parents c408835c 161b89ad
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 {