overlays: Fix nwg-launchers
This commit is contained in:
parent
d9d799ef9b
commit
ed2ef6fb93
@ -44,4 +44,15 @@ in {
|
||||
# ip_tables and the likes
|
||||
iptables = prev.iptables-nftables-compat;
|
||||
};
|
||||
|
||||
nwg-launchers = prev.nwg-launchers.overrideAttrs (old: rec {
|
||||
version = "0.6.3";
|
||||
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "nwg-piotr";
|
||||
repo = "nwg-launchers";
|
||||
rev = "v${version}";
|
||||
sha256 = "05aih05z5dybbv67qjmn90yjrk1k2l0v83hhglqqdin18k5xhq21";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user