We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5c622 commit 90f36a1Copy full SHA for 90f36a1
pkgs/by-name/fr/framework-tool/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "framework-tool";
11
- version = "0.4.2";
+ version = "0.4.3";
12
13
src = fetchFromGitHub {
14
owner = "FrameworkComputer";
15
repo = "framework-system";
16
tag = "v${version}";
17
- hash = "sha256-eH6EUpdITFX3FDV0LbeOnqvDmbriDT5R02jhM2DVqtA=";
+ hash = "sha256-gO7ieyVQzK3BkNsy451WNtrx51jlzd6vhwJX8RDoj/o=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-qS65k/cqP9t71TxuqP1/0xIPkhe56WEEbzDzV6JfKrs=";
+ cargoHash = "sha256-fgDZgWQGQEN2dLJjghngqeOLDX+0joSiI6OigGC57Hc=";
22
23
nativeBuildInputs = [ pkg-config ];
24
buildInputs = [ udev ];
0 commit comments