gammastep: 2.0.9 -> 2.0.11 (#395106)

This commit is contained in:
Weijia Wang
2025-04-23 07:50:41 +02:00
committed by GitHub
+2 -2
View File
@@ -180,13 +180,13 @@ rec {
gammastep = mkRedshift rec {
pname = "gammastep";
version = "2.0.9";
version = "2.0.11";
src = fetchFromGitLab {
owner = "chinstrap";
repo = pname;
rev = "v${version}";
hash = "sha256-EdVLBBIEjMu+yy9rmcxQf4zdW47spUz5SbBDbhmLjOU=";
hash = "sha256-c8JpQLHHLYuzSC9bdymzRTF6dNqOLwYqgwUOpKcgAEU=";
};
meta = redshift.meta // {