File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
pkgs/by-name/fr/framework-tool Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 88
99rustPlatform . 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 } ;
You can’t perform that action at this time.
0 commit comments