Merge pull request #238081 from surfaceflinger/jazz2-update

jazz2: 1.9.1 -> 2.0.0
This commit is contained in:
Pol Dellaiera
2023-06-17 16:20:30 +02:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "jazz2";
version = "1.9.1";
version = "2.0.0";
src = fetchFromGitHub {
owner = "deathkiller";
repo = "jazz2-native";
rev = version;
sha256 = "75CGpFEdk+vFrlGC20Ciniw6CHBmP43TsCQmb4r70DI=";
sha256 = "IJhMxnOUam6MdT5f0JBThf/sV4WxA++gpBMB2cGqJ14=";
};
patches = [ ./nocontent.patch ];