jazz2: 2.4.1 -> 2.5.0

This commit is contained in:
nat 2024-01-29 18:00:11 +01:00
parent 8131c739ff
commit 007fd16c26
No known key found for this signature in database

View file

@ -16,13 +16,13 @@
assert lib.assertOneOf "graphicsLibrary" graphicsLibrary [ "SDL2" "GLFW" ]; assert lib.assertOneOf "graphicsLibrary" graphicsLibrary [ "SDL2" "GLFW" ];
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "jazz2"; pname = "jazz2";
version = "2.4.1"; version = "2.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "deathkiller"; owner = "deathkiller";
repo = "jazz2-native"; repo = "jazz2-native";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-AbB7xtdyin/VySswHoPRq9LmhHLUJfetXqtIxEw+KSI="; hash = "sha256-IFsSIfHmSE6B1bpc5RWetJnlkv/jjlAUvRFV1pvVVNo=";
}; };
patches = [ ./nocontent.patch ]; patches = [ ./nocontent.patch ];