File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232
3333stdenv . 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 [
You can’t perform that action at this time.
0 commit comments