q2pro: 0-unstable-2025-05-03 -> 0-unstable-2025-07-21

R. Ryantm 3137848e 8f91555f

Changed files
+5 -5
pkgs
by-name
q2
q2pro
+5 -5
pkgs/by-name/q2/q2pro/package.nix
···
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