jazz2: 3.4.0 -> 3.5.0

This commit is contained in:
R. Ryantm
2026-01-09 05:08:09 +00:00
parent d3aeddb6b4
commit 421079cf5c
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jazz2";
version = "3.4.0";
version = "3.5.0";
src = fetchFromGitHub {
owner = "deathkiller";
repo = "jazz2-native";
tag = finalAttrs.version;
hash = "sha256-96NiBE0/sBnIdajKui3pZmR8IGlElbeoyqYEYFWtOuM=";
hash = "sha256-rmmVFsRTnWbVNg6X9O6BHr5yTt9m/DSA8Y+HLnG80Zc=";
};
patches = [ ./nocontent.patch ];