mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
libdvdread: 6.0.0 -> 6.0.1 (#57275)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libdvdread/versions
This commit is contained in:
parent
1ea22b8868
commit
1800e3ca5c
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libdvdread-${version}";
|
name = "libdvdread-${version}";
|
||||||
version = "6.0.0";
|
version = "6.0.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://get.videolan.org/libdvdread/${version}/${name}.tar.bz2";
|
url = "http://get.videolan.org/libdvdread/${version}/${name}.tar.bz2";
|
||||||
sha256 = "0dgr23fzcjhb7ck54xkr9zmf4jcq3ph0dz3fbyvla1c6ni9ijfxk";
|
sha256 = "1gfmh8ii3s2fw1c8vn57piwxc0smd3va4h7xgp9s8g48cc04zki8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [libdvdcss];
|
buildInputs = [libdvdcss];
|
||||||
|
Loading…
Reference in New Issue
Block a user