gammastep: 2.0.8 -> 2.0.9

This commit is contained in:
Daniel Nagy 2022-09-19 10:21:24 +02:00
parent d2863d7080
commit fafbbb3c08
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -123,13 +123,13 @@ rec {
gammastep = mkRedshift rec { gammastep = mkRedshift rec {
pname = "gammastep"; pname = "gammastep";
version = "2.0.8"; version = "2.0.9";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "chinstrap"; owner = "chinstrap";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "071f3iqdbblb3awnx48j19kspk6l2g3658za80i2mf4gacgq9fm1"; sha256 = "sha256-EdVLBBIEjMu+yy9rmcxQf4zdW47spUz5SbBDbhmLjOU=";
}; };
meta = redshift.meta // { meta = redshift.meta // {