Merge pull request #278139 from surfaceflinger/jazz2-2.4.1

jazz2: 2.4.0 -> 2.4.1
This commit is contained in:
Nick Cao 2024-01-02 11:12:28 -05:00 committed by GitHub
commit 18e093e137
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.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "deathkiller";
repo = "jazz2-native";
rev = finalAttrs.version;
hash = "sha256-Rv+fU2SGxdmxfDANX+HpZDZBm9HYzSvAQDqPSQ8WJps=";
hash = "sha256-AbB7xtdyin/VySswHoPRq9LmhHLUJfetXqtIxEw+KSI=";
};
patches = [ ./nocontent.patch ];