Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 351301b

Browse files
authored
Merge pull request #64 from nix-community/tag-fix
fixes #63: don't use tag with + in it
2 parents 3236d86 + 5e9607f commit 351301b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
};
3434
libcamera-src = {
3535
flake = false;
36-
url = "github:raspberrypi/libcamera/v0.3.1+rpt20240906";
36+
url = "github:raspberrypi/libcamera/69a894c4adad524d3063dd027f5c4774485cf9db"; # v0.3.1+rpt20240906
3737
};
3838
libpisp-src = {
3939
flake = false;

0 commit comments

Comments
 (0)