vivaldi-ffmepg-codecs: 104.0.5112.79 -> 104.0.5112.101

This commit is contained in:
Steven Kou 2022-09-04 03:21:23 +08:00
parent a04201bb98
commit 1eab439e4b
No known key found for this signature in database
GPG Key ID: D0D4BCFA8DB68E35

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "chromium-codecs-ffmpeg-extra";
version = "104.0.5112.79";
version = "104.0.5112.101";
src = fetchurl {
url = "https://launchpadlibrarian.net/616178945/${pname}_${version}-0ubuntu0.18.04.1_amd64.deb";
sha256 = "sha256-JL14+2TsX1qXfRpA/tAADC0iujPj37ld6T9yPUD8R38=";
url = "https://launchpadlibrarian.net/618703258/${pname}_${version}-0ubuntu0.18.04.1_amd64.deb";
sha256 = "sha256-V+zqLhI8L/8ssxSR6S2v4gUAtoK3fB8Fi9bajBFEauU=";
};
buildInputs = [ dpkg ];