colobot: 0.2.1-alpha -> 0.2.2-alpha

This commit is contained in:
Anton Mosich
2025-04-20 21:32:54 +02:00
parent 157d101f87
commit 351bf0e86c
+2 -4
View File
@@ -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