redshift: point to latest wayland pr
This commit is contained in:
parent
069eaaa0f2
commit
01f63a83ff
|
@ -2,10 +2,10 @@ final: prev: {
|
||||||
# with sway/wayland support
|
# with sway/wayland support
|
||||||
redshift = prev.redshift.overrideAttrs (o: {
|
redshift = prev.redshift.overrideAttrs (o: {
|
||||||
src = prev.fetchFromGitHub {
|
src = prev.fetchFromGitHub {
|
||||||
owner = "CameronNemo";
|
owner = "minus7";
|
||||||
repo = "redshift";
|
repo = "redshift";
|
||||||
rev = "39c162ca487a59857c2eac231318f4b28855798b";
|
rev = "wayland";
|
||||||
sha256 = "1in27draskwwi097wiam26bx2szcf58297am3gkyng1ms3rz6i58";
|
hash = "sha256-pyR7xNdi/83NSoC2WIrX8U+A6nU+vZBlePLXrQZnc1k=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue