Merge pull request #271027 from surfaceflinger/jazz2-2.3.0

jazz2: 2.2.2 -> 2.3.0
This commit is contained in:
Weijia Wang 2023-12-04 00:52:54 +01:00 committed by GitHub
commit 07b1a82388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@
assert lib.assertOneOf "graphicsLibrary" graphicsLibrary [ "SDL2" "GLFW" ];
stdenv.mkDerivation (finalAttrs: {
pname = "jazz2";
version = "2.2.2";
version = "2.3.0";
src = fetchFromGitHub {
owner = "deathkiller";
repo = "jazz2-native";
rev = finalAttrs.version;
hash = "sha256-1psMeuMV8GjS+uNlgtCvKpHgV9XW+vjviQTHBPjA4Lc=";
hash = "sha256-oBDBq2SToab94mK0kIB0H53jJMFZrHvsdPmfAd5ZjCY=";
};
patches = [ ./nocontent.patch ];