update ocenaudio to 3.18
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user