hyprsunset: 0.3.2 -> 0.3.3, add logger as maintainer
This commit is contained in:
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user