tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
hex: 0.4.2 -> 0.5.0
R. Ryantm
2 years ago
b006f66e
1156cd9e
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
hex
default.nix
+3
-3
pkgs/tools/misc/hex/default.nix
···
7
7
8
8
rustPlatform.buildRustPackage rec {
9
9
pname = "hex";
10
10
-
version = "0.4.2";
10
10
+
version = "0.5.0";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "sitkevij";
14
14
repo = "hex";
15
15
rev = "v${version}";
16
16
-
hash = "sha256-mxKjiciejnOTbSkCzOWdAtysRAnEv4JgntPS1qM9og8=";
16
16
+
hash = "sha256-0LUT86mtqkscTfWNj2WHdMUizq0UQMCqXqTE0HRUItc=";
17
17
};
18
18
19
19
-
cargoHash = "sha256-kGe6XN03V+ILnlAcT0E8BvrYMa7ub05STFsFY6X5Gkk=";
19
19
+
cargoHash = "sha256-BDDAKr6F9KtZGKX6FjasnO8oneZp0cy0M9r0tyqxL+o=";
20
20
21
21
passthru.tests.version = testers.testVersion {
22
22
package = hex;