librealsense: 2.12.0 -> 2.13.0 (#42698)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/librealsense/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 2.13.0 with grep in /nix/store/mmmv9f9fczw7sqnpx7wpnrbxj7z285v0-librealsense-2.13.0 - directory tree listing: https://gist.github.com/5d0b448eca0c4918bc99445ebc598b61 - du listing: https://gist.github.com/76e36ff396b95b2f83cb1c462ea8d3be
This commit is contained in:
parent
8e8b420616
commit
28f43485d0
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "librealsense-${version}";
|
name = "librealsense-${version}";
|
||||||
version = "2.12.0";
|
version = "2.13.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "IntelRealSense";
|
owner = "IntelRealSense";
|
||||||
repo = "librealsense";
|
repo = "librealsense";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1hmrp39x6c8i1l5d0hla0c8k6mf70sdyfjrlnwiqyi2p4s6phyd2";
|
sha256 = "0rs7ic95kix173kl1ijb1riigjxnp7yqvps35hfxbhjqbjc2wfgn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user