framework-tool: 0.4.2 -> 0.4.3 (#414461)

This commit is contained in:
Nick Cao 2025-06-06 18:55:24 -04:00 committed by GitHub
commit 39015087b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "framework-tool";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "FrameworkComputer";
repo = "framework-system";
tag = "v${version}";
hash = "sha256-eH6EUpdITFX3FDV0LbeOnqvDmbriDT5R02jhM2DVqtA=";
hash = "sha256-gO7ieyVQzK3BkNsy451WNtrx51jlzd6vhwJX8RDoj/o=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-qS65k/cqP9t71TxuqP1/0xIPkhe56WEEbzDzV6JfKrs=";
cargoHash = "sha256-fgDZgWQGQEN2dLJjghngqeOLDX+0joSiI6OigGC57Hc=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ udev ];
@ -32,6 +32,7 @@ rustPlatform.buildRustPackage rec {
nickcao
leona
kloenk
johnazoidberg
];
mainProgram = "framework_tool";
};