Skip to content

Commit 3901508

Browse files
authored
framework-tool: 0.4.2 -> 0.4.3 (#414461)
2 parents cab37d1 + 1619e5a commit 3901508

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 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 ];
@@ -32,6 +32,7 @@ rustPlatform.buildRustPackage rec {
3232
nickcao
3333
leona
3434
kloenk
35+
johnazoidberg
3536
];
3637
mainProgram = "framework_tool";
3738
};

0 commit comments

Comments
 (0)