about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-22 11:12:53 +0200
committerGitHub <noreply@github.com>2023-09-22 11:12:53 +0200
commitff9e91cb79ed7f54e1fd98a747493a3986465799 (patch)
tree4711f2c0195bf2dfeeb81179b01148d7d933584a /pkgs/applications/audio
parent25ecad31d0b55e6cbb35be0a8ffefa3273beb014 (diff)
parentc171b0f984880d0e28b68f3a3efc62f6a0b0c3f1 (diff)
Merge pull request #254514 from r-ryantm/auto-update/ocenaudio
ocenaudio: 3.12.6 -> 3.12.7
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/ocenaudio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/ocenaudio/default.nix b/pkgs/applications/audio/ocenaudio/default.nix
index 3618a1b17bc72..5723a1fd10f2f 100644
--- a/pkgs/applications/audio/ocenaudio/default.nix
+++ b/pkgs/applications/audio/ocenaudio/default.nix
@@ -11,11 +11,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ocenaudio";
-  version = "3.12.6";
+  version = "3.12.7";
 
   src = fetchurl {
     url = "https://www.ocenaudio.com/downloads/index.php/ocenaudio_debian9_64.deb?version=${version}";
-    sha256 = "sha256-kQR0FaZbcdKf1yKHwTA525qzyFldSESQq6NRSZipUQw=";
+    sha256 = "sha256-+D/JvC0emKdxzd0l2n1QZ0geosrMpdpaxru5z61kqxA=";
   };
 
   nativeBuildInputs = [