From 3137848e7529ad563fc402fe6bcf84f969bbd374 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 26 Jul 2025 19:42:20 +0000 Subject: [PATCH] q2pro: 0-unstable-2025-05-03 -> 0-unstable-2025-07-21 --- pkgs/by-name/q2/q2pro/package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/q2/q2pro/package.nix b/pkgs/by-name/q2/q2pro/package.nix index 4b2a3126ef0e..8370fa110e02 100644 --- a/pkgs/by-name/q2/q2pro/package.nix +++ b/pkgs/by-name/q2/q2pro/package.nix @@ -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