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 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "hex"; 10 - version = "0.4.2"; 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 - hash = "sha256-mxKjiciejnOTbSkCzOWdAtysRAnEv4JgntPS1qM9og8="; 16 + hash = "sha256-0LUT86mtqkscTfWNj2WHdMUizq0UQMCqXqTE0HRUItc="; 17 17 }; 18 18 19 - cargoHash = "sha256-kGe6XN03V+ILnlAcT0E8BvrYMa7ub05STFsFY6X5Gkk="; 19 + cargoHash = "sha256-BDDAKr6F9KtZGKX6FjasnO8oneZp0cy0M9r0tyqxL+o="; 20 20 21 21 passthru.tests.version = testers.testVersion { 22 22 package = hex;