From d60f097ec8811c983746f594f3c2ed3cda09598f Mon Sep 17 00:00:00 2001 From: surfaceflinger Date: Fri, 16 Jun 2023 13:51:32 +0200 Subject: [PATCH] jazz2: 1.9.1 -> 2.0.0 --- pkgs/games/jazz2/game.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/jazz2/game.nix b/pkgs/games/jazz2/game.nix index ec7f11d8f76c..d29d1342fd92 100644 --- a/pkgs/games/jazz2/game.nix +++ b/pkgs/games/jazz2/game.nix @@ -16,13 +16,13 @@ stdenv.mkDerivation rec { pname = "jazz2"; - version = "1.9.1"; + version = "2.0.0"; src = fetchFromGitHub { owner = "deathkiller"; repo = "jazz2-native"; rev = version; - sha256 = "75CGpFEdk+vFrlGC20Ciniw6CHBmP43TsCQmb4r70DI="; + sha256 = "IJhMxnOUam6MdT5f0JBThf/sV4WxA++gpBMB2cGqJ14="; }; patches = [ ./nocontent.patch ];