Merge pull request #231476 from surfaceflinger/updatejazz2

jazz2: 1.8.0 -> 1.9.1
This commit is contained in:
Sandro
2023-05-25 21:35:08 +02:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "jazz2";
version = "1.8.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "deathkiller";
repo = "jazz2-native";
rev = version;
sha256 = "fi1waoLAcnZB0lX+8+wQFoBYOSvVXYK3JKiu81GGF4U=";
sha256 = "75CGpFEdk+vFrlGC20Ciniw6CHBmP43TsCQmb4r70DI=";
};
patches = [ ./nocontent.patch ];