jazz2: 3.4.0 -> 3.5.0 (#478294)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-15 22:55:57 +00:00
committed by GitHub
+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 ];