mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Merge pull request #268877 from r-ryantm/auto-update/hex
hex: 0.4.2 -> 0.5.0
This commit is contained in:
commit
b7320285f3
@ -7,16 +7,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "hex";
|
||||
version = "0.4.2";
|
||||
version = "0.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sitkevij";
|
||||
repo = "hex";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-mxKjiciejnOTbSkCzOWdAtysRAnEv4JgntPS1qM9og8=";
|
||||
hash = "sha256-0LUT86mtqkscTfWNj2WHdMUizq0UQMCqXqTE0HRUItc=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-kGe6XN03V+ILnlAcT0E8BvrYMa7ub05STFsFY6X5Gkk=";
|
||||
cargoHash = "sha256-BDDAKr6F9KtZGKX6FjasnO8oneZp0cy0M9r0tyqxL+o=";
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = hex;
|
||||
|
Loading…
Reference in New Issue
Block a user