tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libcamera: 0.5.1 -> 0.5.2
R. Ryantm
6 months ago
e02db034
e960ddc1
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
li
libcamera
package.nix
+2
-2
pkgs/by-name/li/libcamera/package.nix
···
27
28
stdenv.mkDerivation rec {
29
pname = "libcamera";
30
-
version = "0.5.1";
31
32
src = fetchgit {
33
url = "https://git.libcamera.org/libcamera/libcamera.git";
34
rev = "v${version}";
35
-
hash = "sha256-JV5sa/jiqubcenSeYC4jlB/RgGJt3o1HTIyy7U4Ljlg=";
36
};
37
38
outputs = [
···
27
28
stdenv.mkDerivation rec {
29
pname = "libcamera";
30
+
version = "0.5.2";
31
32
src = fetchgit {
33
url = "https://git.libcamera.org/libcamera/libcamera.git";
34
rev = "v${version}";
35
+
hash = "sha256-nr1LmnedZMGBWLf2i5uw4E/OMeXObEKgjuO+PUx/GDY=";
36
};
37
38
outputs = [