about summary refs log tree commit diff
path: root/pkgs/tools/misc/hexd
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-21 14:55:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-21 14:55:43 +0000
commit3feee7f66e7c1914c3fa973b50cffccb0b9318a9 (patch)
tree64748cbb685d15f425d9d4b53de3da54f42e75b5 /pkgs/tools/misc/hexd
parent55283f4f94e8a80e4044ee0f33b019afe5e0aafa (diff)
hexd: 1.0.0 -> 1.1.0
Diffstat (limited to 'pkgs/tools/misc/hexd')
-rw-r--r--pkgs/tools/misc/hexd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/hexd/default.nix b/pkgs/tools/misc/hexd/default.nix
index 467e85128b824..e3a3f79f32684 100644
--- a/pkgs/tools/misc/hexd/default.nix
+++ b/pkgs/tools/misc/hexd/default.nix
@@ -4,13 +4,13 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "hexd";
-  version = "1.0.0";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "FireyFly";
     repo = "hexd";
     rev = "v${version}";
-    sha256 = "1lm0mj5c71id5kpqar8n44023s1kymb3q45nsz0hjh9v7p8libp0";
+    sha256 = "sha256-b/dROBQVPEiMBTcu4MTi6Lf6ChkFZqZrJ1V0j54rrFY=";
   };
 
   makeFlags = [ "PREFIX=$(out)" ];