rofi: 1.3.0 -> 1.3.1

This commit is contained in:
Bart Brouns 2017-01-10 21:42:37 +01:00
parent 0300418a69
commit 5143998a3e

View File

@ -3,12 +3,12 @@
}:
stdenv.mkDerivation rec {
version = "1.3.0";
version = "1.3.1";
name = "rofi-${version}";
src = fetchurl {
url = "https://github.com/DaveDavenport/rofi/releases/download/${version}/${name}.tar.xz";
sha256 = "1a65ai93ygras5bi7wc0s5i3zqslzqlnw3klq3sdnp2p0d6hjjqn";
url = "https://github.com/DaveDavenport/rofi/releases/download/${version}/${name}.tar.gz";
sha256 = "09i3vd8k6zqphrm382fglsmxc4q6dg00xddzl96kakszgvdd4qfs";
};
preConfigure = ''