Unverified Commit 389c75dd authored by nat's avatar nat
Browse files

uefisettings: add updateScript

parent 32ba344b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  fetchFromGitHub,
  lib,
  rustPlatform,
  unstableGitUpdater,
}:

rustPlatform.buildRustPackage {
@@ -15,6 +16,8 @@ rustPlatform.buildRustPackage {
    hash = "sha256-Cik8uVdzhMmgXfx23axkUJBg8zd5afMgYvluN0BJsdo=";
  };

  passthru.updateScript = unstableGitUpdater { };

  useFetchCargoVendor = true;
  cargoHash = "sha256-adCC5o17j6tuffymiLUn2SEPlrjMzYn6a74/4a9HI/w=";