Merge pull request #278202 from r-ryantm/auto-update/hex

hex: 0.5.0 -> 0.6.0
This commit is contained in:
Maximilian Bosch 2024-01-02 16:31:11 +01:00 committed by GitHub
commit ce2f84c71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;