ocenaudio: 3.15.2 -> 3.15.3 (#432242)

This commit is contained in:
Wolfgang Walther
2025-08-14 14:09:06 +00:00
committed by GitHub
+2 -2
View File
@@ -14,12 +14,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ocenaudio";
version = "3.15.2";
version = "3.15.3";
src = fetchurl {
name = "ocenaudio.deb";
url = "https://www.ocenaudio.com/downloads/index.php/ocenaudio_debian12.deb?version=v${finalAttrs.version}";
hash = "sha256-sAsa/stC+OF7g7fNQGRT5x0GO0YKzH/lOPzWIZA0YsY=";
hash = "sha256-Nc4G+p6KLlID59kVYmlU+UE7vIPYeTqQeCEv9hrJnh0=";
};
nativeBuildInputs = [