[NixOS] Bump rofi version with overlay

This commit is contained in:
Ivan Malison 2019-06-23 21:22:09 -07:00
parent a20b11a070
commit afe34646cd
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1,6 +1,13 @@
self: super:
{
rofi = super.rofi.overrideAttrs(_: rec {
version = "1.5.3";
src = super.fetchurl {
url = "https://github.com/DaveDavenport/rofi/releases/download/${version}/rofi-${version}.tar.gz";
sha256 = "1mskknfnpgmaghplwcyc44qc8swb1f9qiyi67fz9i77jijjpj1lx";
};
});
clipit = super.clipit.overrideAttrs (oldAttrs: rec {
version = "50d983514386029a1f133187902084b753458f32";
preConfigure = "./autogen.sh";