Skip to content

Commit b1c4bcd

Browse files
committed
sensor: update west-nix
1 parent 87bbbd1 commit b1c4bcd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

sensor/firmware/west.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ nativeBuildInputs = [ lndir ];
2626
${lib.escapeShellArg (
2727
fetchgit {
2828
url = "https://github.com/lopsided98/west-nix";
29-
rev = "3f31c82804e217842dc40e21ab8f95a037dfc8f7";
29+
rev = "fc5717a5981a9fd43939a692e8fe7c73c13a9103";
3030
branchName = "manifest-rev";
31-
hash = "sha256-l30Ib09LT0+kFhq6DYqIWlLznRP0ZMxgzEzU6L2d1nQ=";
31+
hash = "sha256-t/WSQOHGWvlHSdHYzJHKwwe59UkS2eaDf8YBbvzyOiQ=";
3232
})} \
3333
"$out"/'tools/west-nix'
3434

sensor/firmware/west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ manifest:
1616
- tf-psa-crypto
1717
- name: west-nix
1818
remote: lopsided98
19-
revision: 3f31c82804e217842dc40e21ab8f95a037dfc8f7
19+
revision: fc5717a5981a9fd43939a692e8fe7c73c13a9103
2020
import: true
2121
path: tools/west-nix
2222
self:

0 commit comments

Comments
 (0)