Loading pkgs/by-name/co/colobot/package.nix +2 −4 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -58,8 +58,6 @@ stdenv.mkDerivation (finalAttrs: { openal ]; enableParallelBuilding = false; # The binary ends in games directory postInstall = '' mv $out/games $out/bin Loading Loading
pkgs/by-name/co/colobot/package.nix +2 −4 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -58,8 +58,6 @@ stdenv.mkDerivation (finalAttrs: { openal ]; enableParallelBuilding = false; # The binary ends in games directory postInstall = '' mv $out/games $out/bin Loading