redshift: point to latest wayland pr

This commit is contained in:
Timothy DeHerrera 2020-12-05 18:11:10 -07:00
parent 069eaaa0f2
commit 01f63a83ff
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -2,10 +2,10 @@ final: prev: {
# with sway/wayland support
redshift = prev.redshift.overrideAttrs (o: {
src = prev.fetchFromGitHub {
owner = "CameronNemo";
owner = "minus7";
repo = "redshift";
rev = "39c162ca487a59857c2eac231318f4b28855798b";
sha256 = "1in27draskwwi097wiam26bx2szcf58297am3gkyng1ms3rz6i58";
rev = "wayland";
hash = "sha256-pyR7xNdi/83NSoC2WIrX8U+A6nU+vZBlePLXrQZnc1k=";
};
});
}