lol

q2pro: 0-unstable-2025-04-03 -> 0-unstable-2025-04-18 (#400420)

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

authored by

nixpkgs-merge-bot[bot]
carlossless
and committed by
GitHub
f2310ab2 fee1e9db

+5 -5
+5 -5
pkgs/by-name/q2/q2pro/package.nix
··· 32 32 33 33 stdenv.mkDerivation (finalAttrs: rec { 34 34 pname = "q2pro"; 35 - version = "0-unstable-2025-04-03"; 35 + version = "0-unstable-2025-04-18"; 36 36 37 37 src = fetchFromGitHub { 38 38 owner = "skullernet"; 39 39 repo = "q2pro"; 40 - rev = "0e00beedaa892fd5f6e50d33231978846ab2d5de"; 41 - hash = "sha256-xw09M7EtXJ7i6myj/Em0Rtg5CmZtpbyRWmkPhCApu7I="; 40 + rev = "1cc95be8bb967f4274e54a6d7251e4cd7f5ed9c1"; 41 + hash = "sha256-7dsFzCnWiVNioyRIW0KjicfgGTxjozicUpDJG5jGvB0="; 42 42 }; 43 43 44 44 # build date and rev number is displayed in the game's console 45 - revCount = "3749"; # git rev-list --count ${src.rev} 46 - SOURCE_DATE_EPOCH = "1743706497"; # git show -s --format=%ct ${src.rev} 45 + revCount = "3782"; # git rev-list --count ${src.rev} 46 + SOURCE_DATE_EPOCH = "1744997502"; # git show -s --format=%ct ${src.rev} 47 47 48 48 nativeBuildInputs = 49 49 [