update ocenaudio to 3.18

This commit is contained in:
gitea actions
2026-04-17 03:40:42 +00:00
parent 39d8e6ee63
commit 01caccaa8c
+2 -2
View File
@@ -1,7 +1,7 @@
{lib, ...}: {
perSystem = {pkgs, ...}: let
pname = "ocenaudio";
version = "3.17.3";
version = "3.18";
in {
packages.ocenaudio = pkgs.stdenv.mkDerivation {
inherit pname version;
@@ -9,7 +9,7 @@
src = pkgs.fetchurl {
name = "ocenaudio.deb";
url = "https://www.ocenaudio.com/downloads/index.php/ocenaudio_debian12.deb?version=v${version}";
hash = "sha256-NqQLYeX+QRXmZfFMmpuGc1EHm6IZMUJNY0/WiBnNdCw=";
hash = "sha256-sUWaSjyFR/NjTlp9sVs3sHdZRfgSY/IX+Kt8ICwhYZ0=";
};
nativeBuildInputs = [