Skip to content

Commit

Permalink
Merge pull request #82656 from fgaz/sfxr-qt/1.3.0
Browse files Browse the repository at this point in the history
sfxr-qt: 1.2.0 -> 1.3.0
  • Loading branch information
rnhmjoj authored Mar 27, 2020
2 parents 28aa914 + efae295 commit cccdf3d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/applications/audio/sfxr-qt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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 ];
Expand Down

0 comments on commit cccdf3d

Please sign in to comment.