biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / misc / rofi-emoji / versions.nix
blob20b79d584634c54b4c93fc96eacd8c8da261d6b6
1 generic: {
2   v4 = generic {
3     version = "4.0.0";
4     hash = "sha256-864Mohxfc3EchBKtSNifxy8g8T8YBUQ/H7+8Ti6TiFo=";
5     patches = [
6       # Look for plugin-related files in $out/lib/rofi
7       ./0001-Patch-plugindir-to-output.patch
8     ];
9   };
10   v3 = generic {
11     version = "3.4.1";
12     hash = "sha256-ZHhgYytPB14zj2MS8kChRD+LTqXzHRrz7YIikuQD6i0=";
13     patches = [
14       # Look for plugin-related files in $out/lib/rofi
15       ./0001-Patch-plugindir-to-output.patch
16     ];
17   };