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
This commit is contained in:
R. RyanTM 2019-01-28 12:45:51 -08:00
parent 4866cbe341
commit 2ab88b7dd9

View File

@ -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 ];