File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/tools/networking/ockam Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313
1414let
1515 pname = "ockam" ;
16- version = "0.126 .0" ;
16+ version = "0.127 .0" ;
1717in
1818rustPlatform . buildRustPackage {
1919 inherit pname version ;
@@ -22,10 +22,10 @@ rustPlatform.buildRustPackage {
2222 owner = "build-trust" ;
2323 repo = pname ;
2424 rev = "ockam_v${ version } " ;
25- hash = "sha256-LkjMxUKTlj3fkSlm1NNOQKVUEz6baqaxMXcI6myaT24 =" ;
25+ hash = "sha256-PPKLQ42V46ybtei0IKefPhpvKylvlj/nlOBJdz3O6Ho =" ;
2626 } ;
2727
28- cargoHash = "sha256-wOBr1U9lekDwG8MntrvR7QtMItJ41kLcyt70N2Uz1M8 =" ;
28+ cargoHash = "sha256-8yOavvkYiYDZAIGe8K892Se0GC32u+09Wh/CC0G8Ss0 =" ;
2929 nativeBuildInputs = [ git pkg-config ] ;
3030 buildInputs = [ openssl dbus ]
3131 ++ lib . optionals stdenv . isDarwin [ AppKit Security ] ;
You can’t perform that action at this time.
0 commit comments