framework-tool: 0.4.1 -> 0.4.2

Diff: https://github.com/FrameworkComputer/framework-system/compare/refs/tags/v0.4.1...refs/tags/v0.4.2

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2025-05-15 21:24:34 +08:00
parent 81ec4df976
commit 43600d343e

View file

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "framework-tool"; pname = "framework-tool";
version = "0.4.1"; version = "0.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "FrameworkComputer"; owner = "FrameworkComputer";
repo = "framework-system"; repo = "framework-system";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-tC20ca5dRGumRQAcdGLOtEPAwBYYUg6+j7Xbowp3WAo="; hash = "sha256-eH6EUpdITFX3FDV0LbeOnqvDmbriDT5R02jhM2DVqtA=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-W2kiZB/ddXGpKVfaYlpaEBSYtp6EdXs/vMKenYcA+EY="; cargoHash = "sha256-qS65k/cqP9t71TxuqP1/0xIPkhe56WEEbzDzV6JfKrs=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ udev ]; buildInputs = [ udev ];