firmware-manager: unstable-2022-12-09 -> 0.1.5

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-05-18 21:07:46 +02:00
parent 7721e0d2c1
commit a80f972c15
No known key found for this signature in database
GPG key ID: E13DFD4B47127951
2 changed files with 1189 additions and 1652 deletions

File diff suppressed because it is too large Load diff

View file

@ -13,20 +13,20 @@
stdenv.mkDerivation rec {
pname = "firmware-manager";
version = "unstable-2022-12-09";
version = "0.1.5";
src = fetchFromGitHub {
owner = "pop-os";
repo = pname;
rev = "9be8160346689bd74f95db7897884a91fa48afe3";
sha256 = "sha256-zZk2RVghhKxETSVv/Jtv8Wq6+ITx/BudE/o7h4jKk5M=";
rev = version;
hash = "sha256-Q+LJJ4xK583fAcwuOFykt6GKT0rVJgmTt+zUX4o4Tm4=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"ecflash-0.1.0" = "sha256-W613wbW54R65/rs6oiPAH/qov2OVEjMMszpUJdX4TxI=";
"system76-firmware-1.0.45" = "sha256-2ougRwPvdet5nIKcFGElBRrsxukW8jMNCBw3C68VJ+Q=";
"system76-firmware-1.0.51" = "sha256-+GPz7uKygGnFUptQEGYWkEdHgxBc65kLZqpwZqtwets=";
};
};