mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
rofi-wayland-unwrapped: 1.7.8+wayland1 -> 1.7.9+wayland1 (#411264)
This commit is contained in:
commit
001984642c
1 changed files with 2 additions and 2 deletions
|
@ -10,14 +10,14 @@
|
||||||
|
|
||||||
rofi-unwrapped.overrideAttrs (oldAttrs: rec {
|
rofi-unwrapped.overrideAttrs (oldAttrs: rec {
|
||||||
pname = "rofi-wayland-unwrapped";
|
pname = "rofi-wayland-unwrapped";
|
||||||
version = "1.7.8+wayland1";
|
version = "1.7.9+wayland1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lbonn";
|
owner = "lbonn";
|
||||||
repo = "rofi";
|
repo = "rofi";
|
||||||
rev = version;
|
rev = version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-6hQfy0c73z1Oi2mGjuhKLZQIBpG1u06v40dmlc5fL/w=";
|
hash = "sha256-tLSU0Q221Pg3JYCT+w9ZT4ZbbB5+s8FwsZa/ehfn00s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
depsBuildBuild = oldAttrs.depsBuildBuild ++ [ pkg-config ];
|
depsBuildBuild = oldAttrs.depsBuildBuild ++ [ pkg-config ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue