hex: 0.5.0 -> 0.6.0

This commit is contained in:
R. Ryantm 2024-01-02 06:09:14 +00:00
parent 3d54a95d71
commit 4d8dac868e

View file

@ -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;