rofi: 1.5.0 -> 1.5.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. This update was made based on information from https://repology.org/metapackage/rofi/versions. These checks were done: - built on NixOS - ran `/nix/store/rzgrg39hw115rmgjvp74hha615i3pjdv-rofi-1.5.1/bin/rofi -V` and found version 1.5.1 - ran `/nix/store/rzgrg39hw115rmgjvp74hha615i3pjdv-rofi-1.5.1/bin/rofi -v` and found version 1.5.1 - found 1.5.1 with grep in /nix/store/rzgrg39hw115rmgjvp74hha615i3pjdv-rofi-1.5.1 - directory tree listing: https://gist.github.com/530abc3c76cf94bde0f289edec8973b6
This commit is contained in:
parent
8a5c281202
commit
c7adb9ddc8
@ -4,12 +4,12 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.5.0";
|
||||
version = "1.5.1";
|
||||
name = "rofi-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/DaveDavenport/rofi/releases/download/${version}/${name}.tar.gz";
|
||||
sha256 = "0h068wqf0n6gmil2g3lh263pm7spkp4k5rxbnfp52n8izqgyf7al";
|
||||
sha256 = "1dc33zf33z38jcxb0lxpyd31waalpf6d4cd9z5f9m5qphdk1g679";
|
||||
};
|
||||
|
||||
# config.patch may be removed in the future - https://github.com/DaveDavenport/rofi/pull/781
|
||||
|
Loading…
Reference in New Issue
Block a user