Unverified Commit f018e44b authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Merge master into staging-next

parents c71628f9 7de69e22
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -313,10 +313,10 @@ nixos/modules/services/misc/forgejo.nix @adamcstephens @bendlas @emilylange
pkgs/by-name/fo/forgejo/package.nix     @adamcstephens @bendlas @emilylange

# Dotnet
/pkgs/build-support/dotnet                  @IvarWithoutBones
/pkgs/development/compilers/dotnet          @IvarWithoutBones
/pkgs/test/dotnet                           @IvarWithoutBones
/doc/languages-frameworks/dotnet.section.md @IvarWithoutBones
/pkgs/build-support/dotnet                  @corngood
/pkgs/development/compilers/dotnet          @corngood
/pkgs/test/dotnet                           @corngood
/doc/languages-frameworks/dotnet.section.md @corngood

# Node.js
/pkgs/build-support/node/build-npm-package      @lilyinstarlight @winterqt
+0 −6
Original line number Diff line number Diff line
@@ -8763,12 +8763,6 @@
    githubId = 650601;
    name = "Ivan Tkatchev";
  };
  ivar = {
    email = "ivar.scholten@protonmail.com";
    github = "IvarWithoutBones";
    githubId = 41924494;
    name = "Ivar";
  };
  ivarmedi = {
    email = "ivar@larsson.me";
    github = "ivarmedi";
+0 −1
Original line number Diff line number Diff line
@@ -192,7 +192,6 @@ with lib.maintainers;

  dotnet = {
    members = [
      ivar
      mdarocha
      corngood
      ggg
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "lndhub-go";
  version = "1.0.1";
  version = "1.0.2";

  src = fetchFromGitHub {
    owner = "getAlby";
    repo = "lndhub.go";
    rev = version;
    sha256 = "sha256-YOLqMIfZSGD+AOng1XWCBlzaHkPnQc+2kmDXF2fh+ps=";
    sha256 = "sha256-17vvC6J0VdXouGfX4k1kCVRlkXbNSX3AT8QIY8uKDUE=";
  };

  vendorHash = "sha256-Vo29w04cRW0syD2tjieKVeZ3srFNuEC3T17birVWn6k=";
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/apognu/tuigreet";
    changelog = "https://github.com/apognu/tuigreet/releases/tag/${version}";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ luc65r ivar ];
    maintainers = with lib.maintainers; [ luc65r ];
    platforms = lib.platforms.linux;
    mainProgram = "tuigreet";
  };
Loading