tiptop: bugfix 2.3 -> 2.3.1

This commit is contained in:
Vladimír Čunát 2017-10-10 18:10:42 +02:00
parent ef291b52f3
commit f4c9d517db
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "tiptop-${version}";
version = "2.3";
version = "2.3.1";
src = fetchurl {
url = "${meta.homepage}/releases/${name}.tar.gz";
sha256 = "1jhqmcgx664ygayw471cg05bxc4ikxn35ccyiswymjhanicfj1rz";
sha256 = "10j1138y3cj3hsmfz4w0bmk90523b0prqwi9nhb4z8xvjnf49i2i";
};
patches = [(fetchpatch {