jazz2: 3.3.0 -> 3.4.0

This commit is contained in:
R. Ryantm
2025-08-26 04:07:56 +00:00
parent 0e209ec109
commit e354f4a0cb
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jazz2";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "deathkiller";
repo = "jazz2-native";
tag = finalAttrs.version;
hash = "sha256-dj+BEAx626vSPy26+Ip3uaj3SBE1SWkfbh5P8U0iXsg=";
hash = "sha256-96NiBE0/sBnIdajKui3pZmR8IGlElbeoyqYEYFWtOuM=";
};
patches = [ ./nocontent.patch ];