summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYueh-Shun Li <shamrocklee@posteo.net>2023-10-19 01:16:31 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-10-18 23:11:38 +0000
commit76a6343be8b6c3477f3a92b8f7b7ad110287def9 (patch)
tree2d8a31d600e8de27ea2eb14b7fe49b36572995e8
parentnixVersions.nix_2_17: 2.17 -> 2.17.1 (diff)
downloadnixpkgs-76a6343be8b6c3477f3a92b8f7b7ad110287def9.tar.gz
losslesscut-bin: 3.55.2 -> 3.58.0
Provide Electron update against CVE-2023-4863 and CVE-2023-5129 (cherry picked from commit f4e599a7756807c8a23d96fb383c5b803fcc6f2a)
-rw-r--r--pkgs/applications/video/losslesscut-bin/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/video/losslesscut-bin/default.nix b/pkgs/applications/video/losslesscut-bin/default.nix
index bd6f41c7fe78..0e6b52f8f7ab 100644
--- a/pkgs/applications/video/losslesscut-bin/default.nix
+++ b/pkgs/applications/video/losslesscut-bin/default.nix
@@ -6,7 +6,7 @@
let
pname = "losslesscut";
- version = "3.55.2";
+ version = "3.58.0";
metaCommon = with lib; {
description = "The swiss army knife of lossless video/audio editing";
homepage = "https://mifi.no/losslesscut/";
@@ -15,22 +15,22 @@ let
};
x86_64-appimage = callPackage ./build-from-appimage.nix {
inherit pname version metaCommon;
- hash = "sha256-oQYDK/BHxC/zJuocDH+HcItcPQIsxAaKoD+49TAA+ds=";
+ hash = "sha256-wmOdW5LdGLs6Wrt/VBlbC1ScFZBmd5gVQaj/cYADnWc=";
inherit (buildPackages) makeWrapper;
};
x86_64-dmg = callPackage ./build-from-dmg.nix {
inherit pname version metaCommon;
- hash = "sha256-dmtnGv5XQn2ANpYyFu9jtTGr1b7GdDrV3Oajd5bMr0k=";
+ hash = "sha256-ZNUkzxpFTmsFcdC4oJWDxvqunpaBKz7Fnmrsa4W12Bg=";
isAarch64 = false;
};
aarch64-dmg = callPackage ./build-from-dmg.nix {
inherit pname version metaCommon;
- hash = "sha256-uU48Clhk4FllM7osHRR4D7xGZCmcvylqlUt6JqCrm/8=";
+ hash = "sha256-PpQF31qsn9TOIRVzOdDoLUqti+m1uRpBQrrqKtxFleE=";
isAarch64 = true;
};
x86_64-windows = callPackage ./build-from-windows.nix {
inherit pname version metaCommon;
- hash = "sha256-YkPF6sgL/oGXSXCdQt+7iW2n5f9Tk2ItchwRAwq7IPY=";
+ hash = "sha256-AgWvLU9m2q7fxZYXgHGMgEj1WLP5XzERq7tWcin2/30=";
};
in
(