diff options
| author | Yorick van Pelt <yorick@yorickvanpelt.nl> | 2022-09-20 10:32:02 +0200 |
|---|---|---|
| committer | Domen Kožar <domen@dev.si> | 2022-09-24 10:23:03 +0100 |
| commit | 29a89385c30c13d8cebaad1404ee1035c28e62d9 (patch) | |
| tree | d074ea2890ea846eebfd9f38c12f3cd2ee0f8286 | |
| parent | libcamera: unstable-2022-07-15 -> unstable-2022-09-03 (diff) | |
| download | nixpkgs-origin/22.05-piperwire.tar.gz | |
libcamera: unstable-2022-09-03 -> unstable-2022-09-15origin/22.05-piperwire
(cherry picked from commit fa44ead70018770852bf7978c15dfc366619debc)
Signed-off-by: Domen Kožar <domen@dev.si>
| -rw-r--r-- | pkgs/development/libraries/libcamera/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libcamera/default.nix b/pkgs/development/libraries/libcamera/default.nix index 7e6185308412..ab2095be8fcd 100644 --- a/pkgs/development/libraries/libcamera/default.nix +++ b/pkgs/development/libraries/libcamera/default.nix @@ -21,12 +21,12 @@ stdenv.mkDerivation { pname = "libcamera"; - version = "unstable-2022-09-03"; + version = "unstable-2022-09-15"; src = fetchgit { url = "https://git.libcamera.org/libcamera/libcamera.git"; - rev = "f1776100f55e70320a8938586bc8bf2f242addd4"; - hash = "sha256-96AMemH+mSyPE26eiucwqUGYbK5uWNDNDgwAyeIAg6g="; + rev = "74ab3f778c848b20cbf8fe299170756ff6ebab1a"; + hash = "sha256-w0I4L6xXTBUdqj30LpVW/KZW6bdoUeoW9lnMOW0OLJY="; }; postPatch = '' |
