Unverified Commit ab6aab03 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

firmware-manager: use fetchCargoVendor (#387426)

parents c6ddea83 7a611507
Loading
Loading
Loading
Loading
+0 −4125

File deleted.

Preview size limit exceeded, changes collapsed.

+3 −6
Original line number Diff line number Diff line
@@ -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 = ''