Unverified Commit 6cc1ce0e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #284805 from surfaceflinger/jazz2-2.5.0

jazz2: 2.4.1 -> 2.5.0
parents 4fe265cb 007fd16c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@
assert lib.assertOneOf "graphicsLibrary" graphicsLibrary [ "SDL2" "GLFW" ];
stdenv.mkDerivation (finalAttrs: {
  pname = "jazz2";
  version = "2.4.1";
  version = "2.5.0";

  src = fetchFromGitHub {
    owner = "deathkiller";
    repo = "jazz2-native";
    rev = finalAttrs.version;
    hash = "sha256-AbB7xtdyin/VySswHoPRq9LmhHLUJfetXqtIxEw+KSI=";
    hash = "sha256-IFsSIfHmSE6B1bpc5RWetJnlkv/jjlAUvRFV1pvVVNo=";
  };

  patches = [ ./nocontent.patch ];