summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-05-11 01:58:59 +0200
committerGitHub <noreply@github.com>2023-05-11 01:58:59 +0200
commitc1052699c00325638aef18c3b2f50e2da20840b7 (patch)
tree887c9cd87b30407ed8197067fe9dd1a4d7b7370d
parent79478c0d3bc0f1d6f9deed4fb22345874b575407 (diff)
parent6672079c94180beee13915bc8a157ca3f3e598ee (diff)
downloadnixpkgs-c1052699c00325638aef18c3b2f50e2da20840b7.tar
nixpkgs-c1052699c00325638aef18c3b2f50e2da20840b7.tar.gz
nixpkgs-c1052699c00325638aef18c3b2f50e2da20840b7.tar.bz2
nixpkgs-c1052699c00325638aef18c3b2f50e2da20840b7.tar.lz
nixpkgs-c1052699c00325638aef18c3b2f50e2da20840b7.tar.xz
nixpkgs-c1052699c00325638aef18c3b2f50e2da20840b7.tar.zst
nixpkgs-c1052699c00325638aef18c3b2f50e2da20840b7.zip
Merge pull request #231168 from figsoda/hexyl
hexyl: 0.12.0 -> 0.13.0
-rw-r--r--pkgs/tools/misc/hexyl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/hexyl/default.nix b/pkgs/tools/misc/hexyl/default.nix
index c1832acb11c..6224811ccd5 100644
--- a/pkgs/tools/misc/hexyl/default.nix
+++ b/pkgs/tools/misc/hexyl/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "hexyl";
-  version = "0.12.0";
+  version = "0.13.0";
 
   src = fetchFromGitHub {
     owner = "sharkdp";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-vh3U4JhjlqA8i6vlOF4dhhinhD/rMWLYRx5wx5bdrGw=";
+    hash = "sha256-c3CMtPLo5NfKfr2meccFuDpf0ffZ3uBw995TEB5FSTs=";
   };
 
-  cargoHash = "sha256-lsRwzD+4p9ijTjMLvoFxFEkvUhioUab5oVe+EZJCEwc=";
+  cargoHash = "sha256-2pIASIJ83lFfC7do/02MxY/OOMJG7McS6O8uRMy9kVs=";
 
   meta = with lib; {
     description = "A command-line hex viewer";