tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ockam: 0.87.0 -> 0.88.0
authored by
R. Ryantm
and committed by
Yt
2 years ago
859e3f35
de3eaf53
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
ockam
default.nix
+3
-3
pkgs/tools/networking/ockam/default.nix
reviewed
···
12
12
13
13
let
14
14
pname = "ockam";
15
15
-
version = "0.87.0";
15
15
+
version = "0.88.0";
16
16
in
17
17
rustPlatform.buildRustPackage {
18
18
inherit pname version;
···
21
21
owner = "build-trust";
22
22
repo = pname;
23
23
rev = "ockam_v${version}";
24
24
-
sha256 = "sha256-cg1DsQADhNK5xKKly7F7I4pIc5Ku91niCb6rUwOpAO4=";
24
24
+
sha256 = "sha256-M7lDXgQ1ofzg6LwI9ZcvtzjWyKuon+hdtxKmLqyOQpc=";
25
25
};
26
26
27
27
-
cargoHash = "sha256-eUvWh7o3zhbs8hF2aiLpdkKWVAu7CvyqVvr+bhd5PLI=";
27
27
+
cargoHash = "sha256-ZTTfxndoTOgtg6rWVEPv5vmdNxdn7wPXXwTDVJoTc+c=";
28
28
nativeBuildInputs = [ git pkg-config ];
29
29
buildInputs = [ openssl dbus ]
30
30
++ lib.optionals stdenv.isDarwin [ Security ];