fixes #63: don't use tag with + in it

This commit is contained in:
Travis Staton 2024-09-12 16:39:16 -04:00
parent 3236d867b3
commit 5e9607fa18
No known key found for this signature in database
GPG key ID: E883E53CDAC16260
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View file

@ -12,8 +12,8 @@
}, },
"original": { "original": {
"owner": "raspberrypi", "owner": "raspberrypi",
"ref": "v0.3.1+rpt20240906",
"repo": "libcamera", "repo": "libcamera",
"rev": "69a894c4adad524d3063dd027f5c4774485cf9db",
"type": "github" "type": "github"
} }
}, },

View file

@ -33,7 +33,7 @@
}; };
libcamera-src = { libcamera-src = {
flake = false; flake = false;
url = "github:raspberrypi/libcamera/v0.3.1+rpt20240906"; url = "github:raspberrypi/libcamera/69a894c4adad524d3063dd027f5c4774485cf9db"; # v0.3.1+rpt20240906
}; };
libpisp-src = { libpisp-src = {
flake = false; flake = false;