nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1generic: {
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 };
18}