mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
hex: 0.5.0 -> 0.6.0
This commit is contained in:
parent
3d54a95d71
commit
4d8dac868e
|
@ -7,16 +7,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "hex";
|
||||
version = "0.5.0";
|
||||
version = "0.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sitkevij";
|
||||
repo = "hex";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-0LUT86mtqkscTfWNj2WHdMUizq0UQMCqXqTE0HRUItc=";
|
||||
hash = "sha256-YctXDhCMJvDQLPsuhzdyYDUIlFE2vKltNtrFFeE7YE8=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-BDDAKr6F9KtZGKX6FjasnO8oneZp0cy0M9r0tyqxL+o=";
|
||||
cargoHash = "sha256-Nlha9Zn0qaQhpN2ivbBvpIPxCN2I7BtJJULb6sYdpdo=";
|
||||
|
||||
passthru.tests.version = testers.testVersion {
|
||||
package = hex;
|
||||
|
|
Loading…
Reference in a new issue