firmware-manager: use fetchCargoVendor (#387426)

This commit is contained in:
Sefa Eyeoglu
2025-03-06 09:21:43 +01:00
committed by GitHub
2 changed files with 3 additions and 4131 deletions
File diff suppressed because it is too large Load Diff
+3 -6
View File
@@ -23,12 +23,9 @@ stdenv.mkDerivation rec {
hash = "sha256-Q+LJJ4xK583fAcwuOFykt6GKT0rVJgmTt+zUX4o4Tm4=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"ecflash-0.1.0" = "sha256-W613wbW54R65/rs6oiPAH/qov2OVEjMMszpUJdX4TxI=";
"system76-firmware-1.0.51" = "sha256-+GPz7uKygGnFUptQEGYWkEdHgxBc65kLZqpwZqtwets=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-LooE5jU4G1QHYTa/sB95W6VJs7lY7sjHI9scUaZRmq4=";
};
postPatch = ''