Skip to content

Commit

Permalink
Merge pull request NixOS#105285 from r-ryantm/auto-update/ocenaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 28, 2020
2 parents 069f11d + 36de795 commit 97dcc00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/ocenaudio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

stdenv.mkDerivation rec {
pname = "ocenaudio";
version = "3.9.5";
version = "3.9.6";

src = fetchurl {
url = "https://www.ocenaudio.com/downloads/index.php/ocenaudio_debian9_64.deb?version=${version}";
sha256 = "13hvdfydlgp2qf49ddhdzghz5jkyx1rhnsj8sf8khfxf9k8phkjd";
sha256 = "07r49133kk99ya4grwby3admy892mkk9cfxz3wh0v81aznhpw4jg";
};


Expand Down

0 comments on commit 97dcc00

Please sign in to comment.