Merge pull request #332261 from surfaceflinger/jazz2-2.8.0

jazz2: 2.7.0 -> 2.8.0
This commit is contained in:
Emily 2024-08-11 12:36:33 +01:00 committed by GitHub
commit e7f2456df4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jazz2";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "deathkiller";
repo = "jazz2-native";
rev = finalAttrs.version;
hash = "sha256-iy5b5h6wpOlubtOwBs0X7P0wBD3QeAQwjMhgnd4YP+Q=";
hash = "sha256-qJVT7WCw3nfoLbSqLFfZCI5VLOuoD/iSVfC9B+XEhyg=";
};
patches = [ ./nocontent.patch ];