summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-21 08:50:35 -0500
committerGitHub <noreply@github.com>2023-11-21 08:50:35 -0500
commitb7320285f306dcbf158fe1a654123b93072a0056 (patch)
treea980b72392ebb72e6027a566ac311949ba072104
parentfaf7f9610e241c4ab28d06bd906bb6a677a9000a (diff)
parentb006f66ee8025c2577ea33e35355ca548ae40eab (diff)
Merge pull request #268877 from r-ryantm/auto-update/hex
hex: 0.4.2 -> 0.5.0
-rw-r--r--pkgs/tools/misc/hex/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/hex/default.nix b/pkgs/tools/misc/hex/default.nix
index 618fbe1dda60f..c903404d0bf1c 100644
--- a/pkgs/tools/misc/hex/default.nix
+++ b/pkgs/tools/misc/hex/default.nix
@@ -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;