framework-tool: 0.4.2 -> 0.4.3 (#414461)
This commit is contained in:
commit
39015087b0
@ -8,17 +8,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "framework-tool";
|
pname = "framework-tool";
|
||||||
version = "0.4.2";
|
version = "0.4.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "FrameworkComputer";
|
owner = "FrameworkComputer";
|
||||||
repo = "framework-system";
|
repo = "framework-system";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-eH6EUpdITFX3FDV0LbeOnqvDmbriDT5R02jhM2DVqtA=";
|
hash = "sha256-gO7ieyVQzK3BkNsy451WNtrx51jlzd6vhwJX8RDoj/o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-qS65k/cqP9t71TxuqP1/0xIPkhe56WEEbzDzV6JfKrs=";
|
cargoHash = "sha256-fgDZgWQGQEN2dLJjghngqeOLDX+0joSiI6OigGC57Hc=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ udev ];
|
buildInputs = [ udev ];
|
||||||
@ -32,6 +32,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
nickcao
|
nickcao
|
||||||
leona
|
leona
|
||||||
kloenk
|
kloenk
|
||||||
|
johnazoidberg
|
||||||
];
|
];
|
||||||
mainProgram = "framework_tool";
|
mainProgram = "framework_tool";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user