We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bbbd1 commit b1c4bcdCopy full SHA for b1c4bcd
2 files changed
sensor/firmware/west.nix
@@ -26,9 +26,9 @@ nativeBuildInputs = [ lndir ];
26
${lib.escapeShellArg (
27
fetchgit {
28
url = "https://github.com/lopsided98/west-nix";
29
- rev = "3f31c82804e217842dc40e21ab8f95a037dfc8f7";
+ rev = "fc5717a5981a9fd43939a692e8fe7c73c13a9103";
30
branchName = "manifest-rev";
31
- hash = "sha256-l30Ib09LT0+kFhq6DYqIWlLznRP0ZMxgzEzU6L2d1nQ=";
+ hash = "sha256-t/WSQOHGWvlHSdHYzJHKwwe59UkS2eaDf8YBbvzyOiQ=";
32
})} \
33
"$out"/'tools/west-nix'
34
sensor/firmware/west.yml
@@ -16,7 +16,7 @@ manifest:
16
- tf-psa-crypto
17
- name: west-nix
18
remote: lopsided98
19
- revision: 3f31c82804e217842dc40e21ab8f95a037dfc8f7
+ revision: fc5717a5981a9fd43939a692e8fe7c73c13a9103
20
import: true
21
path: tools/west-nix
22
self:
0 commit comments