gammastep: 2.0.7 -> 2.0.8

This commit is contained in:
Michael Weiss 2022-01-06 15:46:52 +01:00
parent f6ee491278
commit 31721bef6a
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -123,13 +123,13 @@ rec {
gammastep = mkRedshift rec {
pname = "gammastep";
version = "2.0.7";
version = "2.0.8";
src = fetchFromGitLab {
owner = "chinstrap";
repo = pname;
rev = "v${version}";
sha256 = "sha256-78z2CQ+r7undbp+8E0mMDNWWl+RXeS5he/ax0VomRYY=";
sha256 = "071f3iqdbblb3awnx48j19kspk6l2g3658za80i2mf4gacgq9fm1";
};
meta = redshift.meta // {