hyprsunset: 0.3.2 -> 0.3.3, add logger as maintainer

This commit is contained in:
Logger
2025-10-04 17:15:57 -06:00
parent f7dd17f09b
commit 8a76a185a2
+3 -2
View File
@@ -15,13 +15,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprsunset";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprsunset";
tag = "v${finalAttrs.version}";
hash = "sha256-eYLtZJayWWbKBC3u/gvDSqVyffuD+egryr7zPWRAeyY=";
hash = "sha256-Yk6nDzCXrOehX3At8qdZ0cLr1kPySqACsihMYuP6T8w=";
};
postPatch = ''
@@ -56,6 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
teams = [ lib.teams.hyprland ];
maintainers = with lib.maintainers; [ logger ];
mainProgram = "hyprsunset";
};
})