about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-21 05:32:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-21 05:32:29 +0000
commitb006f66ee8025c2577ea33e35355ca548ae40eab (patch)
tree72a4575acde25ccf9d7e1f02a9c9fe28d55bf3a4 /pkgs/tools
parent1156cd9e9b57e2f5a11564c6cf64b86b01fae17a (diff)
downloadnixlib-b006f66ee8025c2577ea33e35355ca548ae40eab.tar
nixlib-b006f66ee8025c2577ea33e35355ca548ae40eab.tar.gz
nixlib-b006f66ee8025c2577ea33e35355ca548ae40eab.tar.bz2
nixlib-b006f66ee8025c2577ea33e35355ca548ae40eab.tar.lz
nixlib-b006f66ee8025c2577ea33e35355ca548ae40eab.tar.xz
nixlib-b006f66ee8025c2577ea33e35355ca548ae40eab.tar.zst
nixlib-b006f66ee8025c2577ea33e35355ca548ae40eab.zip
hex: 0.4.2 -> 0.5.0
Diffstat (limited to 'pkgs/tools')
-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 618fbe1dda60..c903404d0bf1 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;