eduke32: 0-unstable-2024-07-26 -> 0-unstable-2025-04-11 (#400255)

This commit is contained in:
Peder Bergebakken Sundt 2025-04-24 21:34:11 +02:00 committed by GitHub
commit 451aea47ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,14 +33,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "eduke32";
version = "0-unstable-2024-07-26";
version = "0-unstable-2025-04-11";
src = fetchFromGitLab {
domain = "voidpoint.io";
owner = "terminx";
repo = "eduke32";
rev = "19c21b9ab10b0c17147c9ad951cc15279ed33f77";
hash = "sha256-lwnx2tVjbHouB0vaT7Dh1Ozea8+7Az6e4Wn6HmxDxCo=";
rev = "b8759847124c2c53a165a02efef4a0c778674baf";
hash = "sha256-PudO6EKCh6UpoY6GT/J0hkVteKNIAO4Q454jIzaegMg=";
};
patches = [
@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: {
makeFlags = [
"SDLCONFIG=${SDL2}/bin/sdl2-config"
# git rev-list --count HEAD
"VC_REV=10593"
"VC_REV=10619"
"VC_HASH=${lib.substring 0 9 finalAttrs.src.rev}"
"VC_BRANCH=master"
];