classicube 1.3.4 -> 1.3.5 https://github.com/UnknownShadow200/ClassiCube/releases attrpath: classicube Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/games/classicube/default.nix b/pkgs/games/classicube/default.nix index 06c914e56f1..bef1bb80d6b 100644 --- a/pkgs/games/classicube/default.nix +++ b/pkgs/games/classicube/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "ClassiCube"; - version = "1.3.4"; + version = "1.3.5"; src = fetchFromGitHub { owner = "UnknownShadow200"; repo = "ClassiCube"; rev = version; - sha256 = "sha256-m7pg9OL2RuCVKgFD3hMtIeY0XdJ1YviXBFVJH8/T5gI="; + sha256 = "sha256-anBi9hPwX1AAIc8dXsKyX4u7UbkKqC1P+7f7wdKWAig="; }; nativeBuildInputs = [ dos2unix makeWrapper copyDesktopItems ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A classicube nix build failed. gcc -g -pipe -fno-math-errno -c Widgets.c -o Widgets.o gcc -g -pipe -fno-math-errno -c Window_Android.c -o Window_Android.o gcc -g -pipe -fno-math-errno -c Window_Carbon.c -o Window_Carbon.o gcc -g -pipe -fno-math-errno -c Window_PSP.c -o Window_PSP.o gcc -g -pipe -fno-math-errno -c Window_SDL.c -o Window_SDL.o gcc -g -pipe -fno-math-errno -c Window_Web.c -o Window_Web.o gcc -g -pipe -fno-math-errno -c Window_Win.c -o Window_Win.o gcc -g -pipe -fno-math-errno -c Window_X11.c -o Window_X11.o gcc -g -pipe -fno-math-errno -c World.c -o World.o gcc -g -pipe -fno-math-errno -c _autofit.c -o _autofit.o gcc -g -pipe -fno-math-errno -c _cff.c -o _cff.o gcc -g -pipe -fno-math-errno -c _ftbase.c -o _ftbase.o gcc -g -pipe -fno-math-errno -c _ftbitmap.c -o _ftbitmap.o gcc -g -pipe -fno-math-errno -c _ftglyph.c -o _ftglyph.o gcc -g -pipe -fno-math-errno -c _ftinit.c -o _ftinit.o gcc -g -pipe -fno-math-errno -c _ftsynth.c -o _ftsynth.o gcc -g -pipe -fno-math-errno -c _psaux.c -o _psaux.o gcc -g -pipe -fno-math-errno -c _pshinter.c -o _pshinter.o gcc -g -pipe -fno-math-errno -c _psmodule.c -o _psmodule.o gcc -g -pipe -fno-math-errno -c _sfnt.c -o _sfnt.o gcc -g -pipe -fno-math-errno -c _smooth.c -o _smooth.o gcc -g -pipe -fno-math-errno -c _truetype.c -o _truetype.o gcc -g -pipe -fno-math-errno -c _type1.c -o _type1.o Window_SDL.c:12:2: error: #error "Some features are missing from the SDL backend. If possible, it is recommended that you use a native windowing backend instead" 12 | #error "Some features are missing from the SDL backend. If possible, it is recommended that you use a native windowing backend instead" | ^~~~~ make[1]: *** [Makefile:141: Window_SDL.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/build/source/src' make: *** [Makefile:110: linux] Error 2