diff --git a/pkgs/by-name/q2/q2pro/package.nix b/pkgs/by-name/q2/q2pro/package.nix index c73d7a6e7d58..ad1372e45f98 100644 --- a/pkgs/by-name/q2/q2pro/package.nix +++ b/pkgs/by-name/q2/q2pro/package.nix @@ -30,18 +30,18 @@ stdenv.mkDerivation (finalAttrs: rec { pname = "q2pro"; - version = "0-unstable-2025-03-20"; + version = "0-unstable-2025-03-26"; src = fetchFromGitHub { owner = "skullernet"; repo = "q2pro"; - rev = "ef4001c596344aea179fc673a07de53fc0ab6a9d"; - hash = "sha256-PTNxh7UGKT1GZk8Rbub2l6EBLBy+n46AiS4BAyDALX8="; + rev = "7b63f040fdc37389ff4fde074aa24cecbc407f13"; + hash = "sha256-qJvxMRsB7pkKZrM+zWxg+ftDkmABx+7qFA49VZdRFqY="; }; # build date and rev number is displayed in the game's console - revCount = "3724"; # git rev-list --count ${src.rev} - SOURCE_DATE_EPOCH = "1742479264"; # git show -s --format=%ct ${src.rev} + revCount = "3732"; # git rev-list --count ${src.rev} + SOURCE_DATE_EPOCH = "1742939506"; # git show -s --format=%ct ${src.rev} nativeBuildInputs = [