overlays: Fix nwg-launchers

This commit is contained in:
PapaTutuWawa 2021-10-22 21:44:48 +02:00
parent d9d799ef9b
commit ed2ef6fb93

View File

@ -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";
};
});
}