gammastep: 2.0.9 -> 2.0.11

This commit is contained in:
Benedikt Ritter
2025-04-01 09:43:02 +02:00
parent 0b0aa7b6d9
commit 80c81eaba5
+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 // {