Unverified Commit 351bf0e8 authored by Anton Mosich's avatar Anton Mosich
Browse files

colobot: 0.2.1-alpha -> 0.2.2-alpha

parent 157d101f
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@ stdenv.mkDerivation (finalAttrs: {
  pname = "colobot";
  # Maybe require an update to package colobot-data as well
  # in file data.nix next to this one
  version = "0.2.1-alpha";
  version = "0.2.2-alpha";

  src = fetchFromGitHub {
    owner = "colobot";
    repo = "colobot";
    tag = "colobot-gold-${finalAttrs.version}";
    hash = "sha256-3iea2+5xCT0//NAjMHrynZKSoiOSgLTNMUQkRhXuXg8=";
    hash = "sha256-QhNHtAG+hKq7qJhKWCJcP4ejm5YDOU8pyYtitJppVlU=";
  };

  nativeBuildInputs = [
@@ -58,8 +58,6 @@ stdenv.mkDerivation (finalAttrs: {
    openal
  ];

  enableParallelBuilding = false;

  # The binary ends in games directory
  postInstall = ''
    mv $out/games $out/bin