eduke32: 0-unstable-2024-07-26 -> 0-unstable-2025-04-11

This commit is contained in:
qubitnano
2025-04-19 23:40:57 -04:00
parent 9c6d45c714
commit db1f519498
+4 -4
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"
];