framework-tool: 0.4.3 -> 0.4.5

This commit is contained in:
R. Ryantm 2025-07-03 00:39:57 +00:00
parent 51e8f407be
commit b0cf3c2825

View File

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "framework-tool";
version = "0.4.3";
version = "0.4.5";
src = fetchFromGitHub {
owner = "FrameworkComputer";
repo = "framework-system";
tag = "v${version}";
hash = "sha256-gO7ieyVQzK3BkNsy451WNtrx51jlzd6vhwJX8RDoj/o=";
hash = "sha256-WhdKU6vyOm5R9RInw9Fj8gELztLn4m5rFGgHbnItguU=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-fgDZgWQGQEN2dLJjghngqeOLDX+0joSiI6OigGC57Hc=";
cargoHash = "sha256-A7/Q4p26W0AzqlLguL2OJtmm7dAsBU/Yb636ScYXrPs=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ udev ];