Unverified Commit 33733cc8 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

abracadabra: 3.1.0 -> 3.2.0 (#402345)

parents 423d2df5 73e79194
Loading
Loading
Loading
Loading
+2 −17
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  cmake,
  qt6,
  faad2,
@@ -16,29 +15,15 @@

stdenv.mkDerivation rec {
  pname = "abracadabra";
  version = "3.1.0";
  version = "3.2.0";

  src = fetchFromGitHub {
    owner = "KejPi";
    repo = "AbracaDABra";
    rev = "v${version}";
    hash = "sha256-kH84xDK1873ekxIYlOw6M3kVH+Sm/Sofb3AAbs4XzE0=";
    hash = "sha256-4M/LrM1Edu9isvpKPArir7UwPJ0u0Yjl4ttFtxcqYtM=";
  };

  patches = [
    # upstream patches, remove with next upgrade
    (fetchpatch {
      name = "no-qcustomplot";
      url = "https://github.com/KejPi/AbracaDABra/commit/b0800cfe7abebf79f1edb915b3cf55fe96129017.patch";
      hash = "sha256-8FiXix/riLvkxd2uTJCoUESInPiCsF6B+qaxRGbeUcs=";
    })
    (fetchpatch {
      name = "fix-missing-include";
      url = "https://github.com/KejPi/AbracaDABra/commit/8f88a3351fccea93c3c83bbfa94e98fb0823b0ae.patch";
      hash = "sha256-9AloBgpUuewUBGM/NTHYUqd0uctJ17QJ0GA5RJN1GLQ=";
    })
  ];

  nativeBuildInputs = [
    cmake
    qt6.wrapQtAppsHook