q2pro: 0-unstable-2025-03-20 -> 0-unstable-2025-03-26 (#395133)

Co-authored-by: carlossless <contact@carlossless.io>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-01 12:33:54 +00:00
committed by GitHub
co-authored by carlossless
+5 -5
View File
@@ -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 =
[