jazz2: 1.8.0 -> 1.9.1

https://github.com/deathkiller/jazz2/releases/tag/1.9.1
This commit is contained in:
surfaceflinger 2023-05-12 15:39:17 +02:00
parent 29639f61d8
commit 0c8fd95c18
No known key found for this signature in database

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 ];