Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b66f954dfc90
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8668910513ec
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 3, 2020

  1. ocenaudio: 3.9.2 -> 3.9.5

    r-ryantm committed Nov 3, 2020
    Copy the full SHA
    c5b04da View commit details

Commits on Nov 5, 2020

  1. Merge pull request #102635 from r-ryantm/auto-update/ocenaudio

    ocenaudio: 3.9.2 -> 3.9.5
    ryantm authored Nov 5, 2020
    Copy the full SHA
    8668910 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/ocenaudio/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/ocenaudio/default.nix
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@

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

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