Skip to content

Commit a12cce5

Browse files
committed
rpicam-apps: 1.10.0
1 parent f920c37 commit a12cce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/raspberrypi/rpicam-apps.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
stdenv.mkDerivation (finalAttrs: {
2727
pname = "rpicam-apps";
28-
version = "1.9.1";
28+
version = "1.10.0";
2929

3030
src = fetchFromGitHub {
3131
owner = "raspberrypi";
3232
repo = "rpicam-apps";
3333
rev = "v${finalAttrs.version}";
34-
hash = "sha256-an1jWRF7nLrWjkam2Mqbl5WFdYasvnAGqYONFI4sVlA";
34+
hash = "sha256-yyZlZSpYYt1DLAI7rW8lnpR6p9HnqcV6SrEJcAyS6Aw=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)