q2pro: 0-unstable-2025-05-03 -> 0-unstable-2025-07-21
This commit is contained in:
@@ -32,18 +32,18 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "q2pro";
|
||||
version = "0-unstable-2025-05-03";
|
||||
version = "0-unstable-2025-07-21";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "skullernet";
|
||||
repo = "q2pro";
|
||||
rev = "aba81ef8bc277e9a4e11733a449a29d07ea28c7a";
|
||||
hash = "sha256-5iUvHmqhB8X9ylTMS1va4qTnPCRPI4yOg2L0Qp2d9hE=";
|
||||
rev = "3aa0d40ba58935154b0d2a02116021bfbb4f17e8";
|
||||
hash = "sha256-aqpOoECNKozbCWnCFpyTCbUlTx8tdpqjMAES7x9yEM0=";
|
||||
};
|
||||
|
||||
# build date and rev number is displayed in the game's console
|
||||
revCount = "3817"; # git rev-list --count ${src.rev}
|
||||
SOURCE_DATE_EPOCH = "1746223027"; # git show -s --format=%ct ${src.rev}
|
||||
revCount = "3832"; # git rev-list --count ${src.rev}
|
||||
SOURCE_DATE_EPOCH = "1753090158"; # git show -s --format=%ct ${src.rev}
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
|
||||
Reference in New Issue
Block a user