Merge pull request #318428 from r-ryantm/auto-update/jazz2

jazz2: 2.6.0 -> 2.7.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-09 09:51:32 +00:00 committed by GitHub
commit 7d916e720a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jazz2";
version = "2.6.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "deathkiller";
repo = "jazz2-native";
rev = finalAttrs.version;
hash = "sha256-ZTQz6+2myUIJr2HqiwYksM7qiwXrd4+3+h1TC6FuPFU=";
hash = "sha256-iy5b5h6wpOlubtOwBs0X7P0wBD3QeAQwjMhgnd4YP+Q=";
};
patches = [ ./nocontent.patch ];