qmplay2: 20.12.16 -> 21.06.07

This commit is contained in:
AndersonTorres 2021-08-01 01:01:36 -03:00
parent 1cfc98dca0
commit 556fd07764

View file

@ -1,4 +1,5 @@
{ lib, stdenv
{ lib
, stdenv
, fetchFromGitHub
, pkg-config
, cmake
@ -19,25 +20,27 @@
, vulkan-tools
, wrapQtAppsHook
}:
let
stdenv.mkDerivation rec {
pname = "qmplay2";
version = "20.12.16";
in stdenv.mkDerivation {
inherit pname version;
version = "21.06.07";
src = fetchFromGitHub {
owner = "zaps166";
repo = "QMPlay2";
rev = version;
sha256 = "sha256-+XXlQI9MyENioYmzqbbZYQ6kaMATBjPrPaErR2Vqhus=";
sha256 = "sha256-NV9uglYnqebXhMx8uL0DhGe9l5TBVjlSIaB4IWC8YAc=";
fetchSubmodules = true;
};
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
nativeBuildInputs = [
cmake
pkg-config
wrapQtAppsHook
];
buildInputs = [
alsa-lib
ffmpeg
libXv
libass
libcddb
libcdio
@ -45,7 +48,6 @@ in stdenv.mkDerivation {
libpulseaudio
libsidplayfp
libva
libXv
qtbase
qttools
taglib