sfxr-qt: 1.2.0 -> 1.3.0

+3 -4
+3 -4
pkgs/applications/audio/sfxr-qt/default.nix
··· 10 11 mkDerivation rec { 12 pname = "sfxr-qt"; 13 - version = "1.2.0"; 14 src = fetchFromGitHub { 15 owner = "agateau"; 16 repo = "sfxr-qt"; 17 rev = version; 18 - sha256 = "1ndw1dcmzvkrc6gnb0y057zb4lqlhwrv18jlbx26w3s4xrbxqr41"; 19 fetchSubmodules = true; 20 }; 21 nativeBuildInputs = [ ··· 27 qtquickcontrols2 28 SDL 29 ]; 30 - configurePhase = "cmake . -DCMAKE_INSTALL_PREFIX=$out"; 31 32 meta = with lib; { 33 - homepage = https://github.com/agateau/sfxr-qt; 34 description = "A sound effect generator, QtQuick port of sfxr"; 35 license = licenses.gpl2; 36 maintainers = with maintainers; [ fgaz ];
··· 10 11 mkDerivation rec { 12 pname = "sfxr-qt"; 13 + version = "1.3.0"; 14 src = fetchFromGitHub { 15 owner = "agateau"; 16 repo = "sfxr-qt"; 17 rev = version; 18 + sha256 = "15yjgjl1c5k816mnpc09104zq0ack2a3mjsxmhcik7cmjkfiipr5"; 19 fetchSubmodules = true; 20 }; 21 nativeBuildInputs = [ ··· 27 qtquickcontrols2 28 SDL 29 ]; 30 31 meta = with lib; { 32 + homepage = "https://github.com/agateau/sfxr-qt"; 33 description = "A sound effect generator, QtQuick port of sfxr"; 34 license = licenses.gpl2; 35 maintainers = with maintainers; [ fgaz ];