Commit a465ffad authored by mivorasu's avatar mivorasu Committed by Herwig Hochleitner
Browse files

buzztrax: unstable-2022-01-26 -> 0.11.0-unstable-2024-03-02

parent 4c938b1c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation {
  pname = "buzztrax";
  version = "unstable-2022-01-26";
  version = "0.11.0-unstable-2024-03-02";

  src = fetchFromGitHub {
    owner = "Buzztrax";
    repo = "buzztrax";
    rev = "833287c6a06bddc922cd346d6f0fcec7a882aee5";
    hash = "sha256-iI6m+zBWDDBjmeuU9Nm4aIbEKfaPe36APPktdjznQpU=";
    rev = "4bb66d9d9870e1e56ce1f0e97bb58a0c627356d3";
    hash = "sha256-AV/tYru9WhGbi6IlQEf42EN8b0pNAYblLUZ+fXpOFRI=";
  };

  postPatch = ''
@@ -64,7 +64,7 @@ stdenv.mkDerivation {

  # 'g_memdup' is deprecated: Use 'g_memdup2' instead
  env.NIX_CFLAGS_COMPILE =
    "-Wno-error=deprecated-declarations"
    "-Wno-error=deprecated-declarations -Wno-error=incompatible-pointer-types"
    # Suppress incompatible function pointer error in clang due to libxml2 2.12 const changes
    + lib.optionalString stdenv.cc.isClang " -Wno-error=incompatible-function-pointer-types";