Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

hex: 0.4.2 -> 0.5.0

+3 -3
+3 -3
pkgs/tools/misc/hex/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "hex"; 10 - version = "0.4.2"; 11 12 src = fetchFromGitHub { 13 owner = "sitkevij"; 14 repo = "hex"; 15 rev = "v${version}"; 16 - hash = "sha256-mxKjiciejnOTbSkCzOWdAtysRAnEv4JgntPS1qM9og8="; 17 }; 18 19 - cargoHash = "sha256-kGe6XN03V+ILnlAcT0E8BvrYMa7ub05STFsFY6X5Gkk="; 20 21 passthru.tests.version = testers.testVersion { 22 package = hex;
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "hex"; 10 + version = "0.5.0"; 11 12 src = fetchFromGitHub { 13 owner = "sitkevij"; 14 repo = "hex"; 15 rev = "v${version}"; 16 + hash = "sha256-0LUT86mtqkscTfWNj2WHdMUizq0UQMCqXqTE0HRUItc="; 17 }; 18 19 + cargoHash = "sha256-BDDAKr6F9KtZGKX6FjasnO8oneZp0cy0M9r0tyqxL+o="; 20 21 passthru.tests.version = testers.testVersion { 22 package = hex;