tudu: 0.10.2 -> 0.10.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tudu/versions
This commit is contained in:
R. RyanTM 2019-08-06 00:09:59 -07:00
parent 53328909da
commit f4bc95f26b

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "tudu-${version}";
version = "0.10.2";
version = "0.10.3";
src = fetchurl {
url = "https://code.meskio.net/tudu/${name}.tar.gz";
sha256 = "1xsncvd1c6v8y0dzc5mspy9rrwc89pabhz6r2lihsirk83h2rqym";
sha256 = "0140pw457cd05ysws998yhd3b087j98q8m0g3s4br942l65b8n2y";
};
buildInputs = [ ncurses ];