sfxr-qt: 1.2.0 -> 1.3.0

This commit is contained in:
Francesco Gazzetta 2020-03-15 15:01:22 +01:00
parent 7566b4f924
commit efae295453

View file

@ -10,12 +10,12 @@
mkDerivation rec {
pname = "sfxr-qt";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "agateau";
repo = "sfxr-qt";
rev = version;
sha256 = "1ndw1dcmzvkrc6gnb0y057zb4lqlhwrv18jlbx26w3s4xrbxqr41";
sha256 = "15yjgjl1c5k816mnpc09104zq0ack2a3mjsxmhcik7cmjkfiipr5";
fetchSubmodules = true;
};
nativeBuildInputs = [
@ -27,10 +27,9 @@ mkDerivation rec {
qtquickcontrols2
SDL
];
configurePhase = "cmake . -DCMAKE_INSTALL_PREFIX=$out";
meta = with lib; {
homepage = https://github.com/agateau/sfxr-qt;
homepage = "https://github.com/agateau/sfxr-qt";
description = "A sound effect generator, QtQuick port of sfxr";
license = licenses.gpl2;
maintainers = with maintainers; [ fgaz ];