about summary refs log tree commit diff
path: root/pkgs/applications/editors/dhex
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-28 12:45:51 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-28 12:45:51 -0800
commit2ab88b7dd9c0ffda0c4369e7cb92899820de68da (patch)
treeaa2e984a2cace2b2f24d6e9d58427b08484e50d4 /pkgs/applications/editors/dhex
parent4866cbe3418a56e46e0378db50ce764a35679faa (diff)
downloadnixlib-2ab88b7dd9c0ffda0c4369e7cb92899820de68da.tar
nixlib-2ab88b7dd9c0ffda0c4369e7cb92899820de68da.tar.gz
nixlib-2ab88b7dd9c0ffda0c4369e7cb92899820de68da.tar.bz2
nixlib-2ab88b7dd9c0ffda0c4369e7cb92899820de68da.tar.lz
nixlib-2ab88b7dd9c0ffda0c4369e7cb92899820de68da.tar.xz
nixlib-2ab88b7dd9c0ffda0c4369e7cb92899820de68da.tar.zst
nixlib-2ab88b7dd9c0ffda0c4369e7cb92899820de68da.zip
dhex: 0.68 -> 0.69
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dhex/versions
Diffstat (limited to 'pkgs/applications/editors/dhex')
-rw-r--r--pkgs/applications/editors/dhex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/dhex/default.nix b/pkgs/applications/editors/dhex/default.nix
index ff9ec73a2ef6..f4581c4beceb 100644
--- a/pkgs/applications/editors/dhex/default.nix
+++ b/pkgs/applications/editors/dhex/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "dhex-${version}";
-  version = "0.68";
+  version = "0.69";
 
   src = fetchurl {
     url = "http://www.dettus.net/dhex/dhex_${version}.tar.gz";
-    sha256 = "126c34745b48a07448cfe36fe5913d37ec562ad72d3f732b99bd40f761f4da08";
+    sha256 = "06y4lrp29f2fh303ijk1xhspa1d4x4dm6hnyw3dd8szi3k6hnwsj";
   };
 
   buildInputs = [ ncurses ];