Skip to content

Commit

Permalink
nwjs-ffmpeg-prebuilt: 0.94.0 -> 0.94.1 (#371812)
Browse files Browse the repository at this point in the history
Co-authored-by: MikaelFangel <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and MikaelFangel authored Jan 15, 2025
2 parents 4dd9df1 + 0e8ed14 commit d657f4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/nw/nwjs-ffmpeg-prebuilt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

let
bits = if stdenv.hostPlatform.is64bit then "x64" else "ia32";
version = "0.94.0";
version = "0.94.1";
in
stdenv.mkDerivation {
pname = "nwjs-ffmpeg-prebuilt";
Expand All @@ -16,8 +16,8 @@ stdenv.mkDerivation {
src =
let
hashes = {
"x64" = "sha256-lepsr2/sCEUrq+an/z2g4Auj7MZcDT5I9PAKlFIbkpQ=";
"ia32" = "sha256-lepsr2/sCEUrq+an/z2g4Auj7MZcDT5I9PAKlFIbkpQ=";
"x64" = "sha256-FlhYfEUmmB4kgy2QT3e3cniNY/8eBYD4p2c23oTnEJU=";
"ia32" = "sha256-FlhYfEUmmB4kgy2QT3e3cniNY/8eBYD4p2c23oTnEJU=";
};
in
fetchurl {
Expand Down

0 comments on commit d657f4d

Please sign in to comment.