Skip to content

Commit 90f36a1

Browse files
committed
framework-tool: 0.4.2 -> 0.4.3
https://github.com/FrameworkComputer/framework-system/releases/tag/v0.4.3 Signed-off-by: Daniel Schaefer <[email protected]>
1 parent db5c622 commit 90f36a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fr/framework-tool/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "framework-tool";
11-
version = "0.4.2";
11+
version = "0.4.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "FrameworkComputer";
1515
repo = "framework-system";
1616
tag = "v${version}";
17-
hash = "sha256-eH6EUpdITFX3FDV0LbeOnqvDmbriDT5R02jhM2DVqtA=";
17+
hash = "sha256-gO7ieyVQzK3BkNsy451WNtrx51jlzd6vhwJX8RDoj/o=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-qS65k/cqP9t71TxuqP1/0xIPkhe56WEEbzDzV6JfKrs=";
21+
cargoHash = "sha256-fgDZgWQGQEN2dLJjghngqeOLDX+0joSiI6OigGC57Hc=";
2222

2323
nativeBuildInputs = [ pkg-config ];
2424
buildInputs = [ udev ];

0 commit comments

Comments
 (0)