ocenaudio: 3.19.5 -> 3.20.0

This commit is contained in:
R. Ryantm
2026-07-10 12:47:49 +00:00
parent 7ceea9d6c5
commit 758b103303
+2 -2
View File
@@ -14,12 +14,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ocenaudio";
version = "3.19.5";
version = "3.20.0";
src = fetchurl {
name = "ocenaudio.deb";
url = "https://www.ocenaudio.com/downloads/index.php/ocenaudio_debian12.deb?version=v${finalAttrs.version}";
hash = "sha256-xXyzxdvfGnqUzDk7Tf3HFWnJnOFnfV1gBdbElB5ixak=";
hash = "sha256-iykGoFPyxJGyF4S1YjNS1XKkGrxxgK+xxA4gyVsgw8E=";
};
autoPatchelfIgnoreMissingDeps = [