Skip to content

Commit

Permalink
Merge pull request NixOS#119668 from davidak/ocenaudio
Browse files Browse the repository at this point in the history
ocenaudio: 3.10.2 -> 3.10.6
  • Loading branch information
davidak authored May 1, 2021
2 parents 1e9f225 + 1753a91 commit 6dab4db
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/applications/audio/ocenaudio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@

stdenv.mkDerivation rec {
pname = "ocenaudio";
version = "3.10.2";
version = "3.10.6";

src = fetchurl {
url = "https://www.ocenaudio.com/downloads/index.php/ocenaudio_debian9_64.deb?version=${version}";
sha256 = "sha256-mmo6/zc/3R8ptXfY01RKUOLgmDhWTHiYBMlGqpdMTAo=";
sha256 = "0fgvm1xw2kgrqj3w6slpfxbb3pw9k8i0dz16q9d5d8gyyvr2mh8g";
};


nativeBuildInputs = [
autoPatchelfHook
qt5.qtbase
qt5.wrapQtAppsHook
libjack2
libpulseaudio
bzip2
Expand All @@ -33,7 +33,6 @@ stdenv.mkDerivation rec {
dontUnpack = true;
dontBuild = true;
dontStrip = true;
dontWrapQtApps = true;

installPhase = ''
mkdir -p $out
Expand Down

0 comments on commit 6dab4db

Please sign in to comment.