Skip to content

Commit f660e24

Browse files
committed
q2pro: 0-unstable-2025-04-27 -> 0-unstable-2025-05-03
1 parent fb297f0 commit f660e24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/q2/q2pro/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@
3232

3333
stdenv.mkDerivation (finalAttrs: rec {
3434
pname = "q2pro";
35-
version = "0-unstable-2025-04-27";
35+
version = "0-unstable-2025-05-03";
3636

3737
src = fetchFromGitHub {
3838
owner = "skullernet";
3939
repo = "q2pro";
40-
rev = "9d3b9d1628a0fcd17eb1cf8bb65cff6d917c9a25";
41-
hash = "sha256-MyEAoBEASfB4MQdVTu6O8YcZCUWtuIijN34dpwsELPs=";
40+
rev = "aba81ef8bc277e9a4e11733a449a29d07ea28c7a";
41+
hash = "sha256-5iUvHmqhB8X9ylTMS1va4qTnPCRPI4yOg2L0Qp2d9hE=";
4242
};
4343

4444
# build date and rev number is displayed in the game's console
45-
revCount = "3812"; # git rev-list --count ${src.rev}
46-
SOURCE_DATE_EPOCH = "1745703870"; # git show -s --format=%ct ${src.rev}
45+
revCount = "3817"; # git rev-list --count ${src.rev}
46+
SOURCE_DATE_EPOCH = "1746223027"; # git show -s --format=%ct ${src.rev}
4747

4848
nativeBuildInputs =
4949
[

0 commit comments

Comments
 (0)