Unverified Commit f8490ed3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

framework-tool: 0.2.1 -> 0.4.0 (#404075)

parents 362eecf3 c5eff9cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
  pname = "framework-tool";
  version = "0.2.1";
  version = "0.4.0";

  src = fetchFromGitHub {
    owner = "FrameworkComputer";
    repo = "framework-system";
    tag = "v${version}";
    hash = "sha256-wWattGkBn8WD3vfThlQnotQB4Q/C00AZT1BesoHcCyg=";
    hash = "sha256-JPIpaAfXraqU6YM31bLImeJUCD3/O+PLcaZBxUjDqlM=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-kmrgtYXo2Xh4mBk64VE83UJdITHgA/y3VeBRE8gDUTY=";
  cargoHash = "sha256-Kf3DXEDpCbbixUjeyBi1xkR32sW2uuasxqeWeq/X2Xk=";

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ udev ];