q2pro: 0-unstable-2025-05-03 -> 0-unstable-2025-07-21 (#428678)

Co-authored-by: carlossless <contact@carlossless.io>

authored by nixpkgs-merge-bot[bot] carlossless and committed by GitHub aee384e1 87711877

+5 -5
+5 -5
pkgs/by-name/q2/q2pro/package.nix
··· 32 32 33 33 stdenv.mkDerivation (finalAttrs: { 34 34 pname = "q2pro"; 35 - version = "0-unstable-2025-05-03"; 35 + version = "0-unstable-2025-07-21"; 36 36 37 37 src = fetchFromGitHub { 38 38 owner = "skullernet"; 39 39 repo = "q2pro"; 40 - rev = "aba81ef8bc277e9a4e11733a449a29d07ea28c7a"; 41 - hash = "sha256-5iUvHmqhB8X9ylTMS1va4qTnPCRPI4yOg2L0Qp2d9hE="; 40 + rev = "3aa0d40ba58935154b0d2a02116021bfbb4f17e8"; 41 + hash = "sha256-aqpOoECNKozbCWnCFpyTCbUlTx8tdpqjMAES7x9yEM0="; 42 42 }; 43 43 44 44 # build date and rev number is displayed in the game's console 45 - revCount = "3817"; # git rev-list --count ${src.rev} 46 - SOURCE_DATE_EPOCH = "1746223027"; # git show -s --format=%ct ${src.rev} 45 + revCount = "3832"; # git rev-list --count ${src.rev} 46 + SOURCE_DATE_EPOCH = "1753090158"; # git show -s --format=%ct ${src.rev} 47 47 48 48 nativeBuildInputs = [ 49 49 meson