mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nwjs-ffmpeg-prebuilt: 0.98.2 -> 0.99.1 (#403538)
This commit is contained in:
commit
f2d8737e55
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
let
|
||||
bits = if stdenv.hostPlatform.is64bit then "x64" else "ia32";
|
||||
version = "0.98.2";
|
||||
version = "0.100.0";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
pname = "nwjs-ffmpeg-prebuilt";
|
||||
|
@ -16,8 +16,8 @@ stdenv.mkDerivation {
|
|||
src =
|
||||
let
|
||||
hashes = {
|
||||
"x64" = "sha256-Bx2Mz9RniryLdOFP11p+wp7o1b83LwbkOIXPYAXQdOk=";
|
||||
"ia32" = "sha256-Bx2Mz9RniryLdOFP11p+wp7o1b83LwbkOIXPYAXQdOk=";
|
||||
"x64" = "sha256-F82ofunAKVVTu0hjAOj2i0ZBr7HcbeXEqQvnipQe7hI=";
|
||||
"ia32" = "sha256-F82ofunAKVVTu0hjAOj2i0ZBr7HcbeXEqQvnipQe7hI=";
|
||||
};
|
||||
in
|
||||
fetchurl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue