rofi-wayland-unwrapped: 1.7.5+wayland2 -> 1.7.5+wayland3
This commit is contained in:
parent
3c1f128a33
commit
d1e7678fd1
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
||||||
|
|
||||||
rofi-unwrapped.overrideAttrs (oldAttrs: rec {
|
rofi-unwrapped.overrideAttrs (oldAttrs: rec {
|
||||||
pname = "rofi-wayland-unwrapped";
|
pname = "rofi-wayland-unwrapped";
|
||||||
version = "1.7.5+wayland2";
|
version = "1.7.5+wayland3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lbonn";
|
owner = "lbonn";
|
||||||
repo = "rofi";
|
repo = "rofi";
|
||||||
rev = version;
|
rev = version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "sha256-5pxDA/71PV4B5T3fzLKVC4U8Gt13vwy3xSDPDsSDAKU=";
|
sha256 = "sha256-pKxraG3fhBh53m+bLPzCigRr6dBcH/A9vbdf67CO2d8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ wayland-scanner ];
|
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ wayland-scanner ];
|
||||||
|
|
Loading…
Reference in a new issue