torcs: 1.3.7 -> 1.3.8 (#474183)

This commit is contained in:
Peder Bergebakken Sundt
2026-01-24 20:40:59 +00:00
committed by GitHub
2 changed files with 9 additions and 15 deletions
+6
View File
@@ -20758,6 +20758,12 @@
githubId = 20472367;
name = "Peter Hebden";
};
pixel-87 = {
email = "edwardoliverthomas@gmail.com";
github = "pixel-87";
githubId = 149434768;
name = "Ed Thomas";
};
pixelsergey = {
email = "sergey.ichtchenko@gmail.com";
github = "PixelSergey";
+3 -15
View File
@@ -26,30 +26,18 @@
stdenv.mkDerivation rec {
pname = "torcs";
version = "1.3.7";
version = "1.3.8";
src = fetchurl {
url = "mirror://sourceforge/torcs/torcs-${version}.tar.bz2";
sha256 = "0kdq0sc7dsfzlr0ggbxggcbkivc6yp30nqwjwcaxg9295s3b06wa";
sha256 = "sha256-S5Z3NUX7NkEZgqbziXIF64/VciedTOVp8s4HsI6Jp68=";
};
patches = [
(fetchpatch {
url = "https://salsa.debian.org/games-team/torcs/raw/fb0711c171b38c4648dc7c048249ec20f79eb8e2/debian/patches/gcc6-isnan.patch";
sha256 = "16scmq30vwb8429ah9d4ws0v1w6ai59lvn7hcgnvfzyap42ry876";
})
(fetchpatch {
url = "https://salsa.debian.org/games-team/torcs/raw/fb0711c171b38c4648dc7c048249ec20f79eb8e2/debian/patches/format-argument.patch";
sha256 = "04advcx88yh23ww767iysydzhp370x7cqp2wf9hk2y1qvw7mxsja";
})
(fetchpatch {
url = "https://salsa.debian.org/games-team/torcs/raw/fb0711c171b38c4648dc7c048249ec20f79eb8e2/debian/patches/glibc-default-source.patch";
sha256 = "0k4hgpddnhv68mdc9ics7ah8q54j60g394d7zmcmzg6l3bjd9pyp";
})
(fetchpatch {
url = "https://salsa.debian.org/games-team/torcs/raw/32bbe77c68b4de07b28c34497f3c0ad666ee618d/debian/patches/gcc7.patch";
sha256 = "09iilnvdv8h7b4nb1372arszkbz9hbzsck4rimzz1xjdh9ydniw9";
})
];
postInstall = ''
@@ -89,7 +77,7 @@ stdenv.mkDerivation rec {
description = "Car racing game";
homepage = "https://torcs.sourceforge.net/";
license = lib.licenses.gpl2Plus;
maintainers = [ ];
maintainers = with lib.maintainers; [ pixel-87 ];
platforms = lib.platforms.linux;
hydraPlatforms = [ ];
};