Unverified Commit 0a6d7847 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

hyprsunset: 0.3.2 -> 0.3.3, add logger as maintainer (#448678)

parents 5ae09a0c 8a76a185
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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";
  };
})