abracadabra: 3.1.0 -> 3.2.0

This commit is contained in:
Markus Kowalewski 2025-04-27 20:57:20 +02:00
parent 6c2440ed79
commit 73e7919437

View file

@ -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