mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-21 22:25:58 +01:00
nix/overlays: fix attrset error
This commit is contained in:
parent
753a89a78e
commit
09b23cef06
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ in {
|
||||||
#
|
#
|
||||||
# TODO: Remove this overlay after the next stable Nixpkgs release.
|
# TODO: Remove this overlay after the next stable Nixpkgs release.
|
||||||
sdbus-cpp_2 = final: prev: {
|
sdbus-cpp_2 = final: prev: {
|
||||||
sdbus-cpp_2 = prev.sdbus-cpp_2 or final.sdbus-cpp.overrideAttrs (self: _: {
|
sdbus-cpp_2 = prev.sdbus-cpp_2 or (final.sdbus-cpp.overrideAttrs (self: _: {
|
||||||
version = "2.0.0";
|
version = "2.0.0";
|
||||||
|
|
||||||
src = final.fetchFromGitHub {
|
src = final.fetchFromGitHub {
|
||||||
|
@ -55,6 +55,6 @@ in {
|
||||||
rev = "v${self.version}";
|
rev = "v${self.version}";
|
||||||
hash = "sha256-W8V5FRhV3jtERMFrZ4gf30OpIQLYoj2yYGpnYOmH2+g=";
|
hash = "sha256-W8V5FRhV3jtERMFrZ4gf30OpIQLYoj2yYGpnYOmH2+g=";
|
||||||
};
|
};
|
||||||
});
|
}));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue