jazz2: 2.9.0 -> 2.9.1

This commit is contained in:
nat 2024-11-03 16:21:19 +01:00
parent acdf3fca9e
commit 1e49cbefac
No known key found for this signature in database

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jazz2";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "deathkiller";
repo = "jazz2-native";
rev = finalAttrs.version;
hash = "sha256-qkR3j22tG8Q9WGeIFauWLibpMrF3AvU0abt/6lg763U=";
hash = "sha256-q/08lQ+HW2obWc8YAAEorKkNWy1d2uWeufOC5TVKpN4=";
};
patches = [ ./nocontent.patch ];