Merge pull request #284805 from surfaceflinger/jazz2-2.5.0

jazz2: 2.4.1 -> 2.5.0
This commit is contained in:
Mario Rodas
2024-01-30 08:59:06 -05:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
assert lib.assertOneOf "graphicsLibrary" graphicsLibrary [ "SDL2" "GLFW" ];
stdenv.mkDerivation (finalAttrs: {
pname = "jazz2";
version = "2.4.1";
version = "2.5.0";
src = fetchFromGitHub {
owner = "deathkiller";
repo = "jazz2-native";
rev = finalAttrs.version;
hash = "sha256-AbB7xtdyin/VySswHoPRq9LmhHLUJfetXqtIxEw+KSI=";
hash = "sha256-IFsSIfHmSE6B1bpc5RWetJnlkv/jjlAUvRFV1pvVVNo=";
};
patches = [ ./nocontent.patch ];