Commit a4103f63 authored by R. RyanTM's avatar R. RyanTM
Browse files

ocenaudio: 3.12.2 -> 3.12.4

parent ff6e67d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenv.mkDerivation rec {
  pname = "ocenaudio";
  version = "3.12.2";
  version = "3.12.4";

  src = fetchurl {
    url = "https://www.ocenaudio.com/downloads/index.php/ocenaudio_debian9_64.deb?version=${version}";
    sha256 = "sha256-AzQAEU5o3m1cFCxeyT32AzX4WUk3DliBPdw+cfQPyKU=";
    sha256 = "sha256-B9mYFmb5wU3LtwMU2fubIhlVP0Zz1QNwciL5EY49P1I=";
  };

  nativeBuildInputs = [