jazz2: 2.9.1 -> 3.0.0 (#360909)

Diff: https://github.com/deathkiller/jazz2-native/compare/2.9.1...3.0.0
This commit is contained in:
surfaceflinger
2024-12-05 18:35:58 -05:00
committed by GitHub
parent 092aef6491
commit 8e770757c6
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jazz2";
version = "2.9.1";
version = "3.0.0";
src = fetchFromGitHub {
owner = "deathkiller";
repo = "jazz2-native";
rev = finalAttrs.version;
hash = "sha256-q/08lQ+HW2obWc8YAAEorKkNWy1d2uWeufOC5TVKpN4=";
hash = "sha256-t1bXREL/WWnYnSfCyAY5tus/Bq5V4HVHg9s7oltGoIg=";
};
patches = [ ./nocontent.patch ];