openjk: 0-unstable-2024-03-05 -> 0-unstable-2024-03-25

This commit is contained in:
R. Ryantm 2024-04-02 12:18:41 +00:00 committed by Weijia Wang
parent 4b455dc204
commit d6ce558617
1 changed files with 4 additions and 4 deletions

View File

@ -31,14 +31,14 @@ let
categories = [ "Game" ];
};
in stdenv.mkDerivation {
pname = "OpenJK";
version = "0-unstable-2024-03-05";
pname = "openjk";
version = "0-unstable-2024-03-25";
src = fetchFromGitHub {
owner = "JACoders";
repo = "OpenJK";
rev = "62124e18ef09b293ea66a1f673b827d83e073928";
sha256 = "sha256-2LgxRWoAfxNE6YDyrpNmDH9APhi2XH4ufNCNMd91llU=";
rev = "d2afcfefb5eb07d6f3787b48b947482160f27a1d";
hash = "sha256-dUXrFlzeLfah0xMXKeXHCXnmeTjRAy0/+aDCtPNw8a8=";
};
dontAddPrefix = true;