Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2875,6 +2875,12 @@
name = "Fabian Möller";
keys = [ { fingerprint = "6309 E212 29D4 DA30 AF24 BDED 754B 5C09 63C4 2C50"; } ];
};
baba = {
name = "Baba";
email = "babakinha@proton.me";
github = "Babakinha";
githubId = 59146844;
};
babbaj = {
name = "babbaj";
email = "babbaj45@gmail.com";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/go/goofcord/node-modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ stdenv.mkDerivation {

outputHash =
{
x86_64-linux = "sha256-EEl+hrdMR6z1PAy+uIhl2UYtajXWiUQMQxIfYpMRw6Y=";
aarch64-linux = "sha256-ba+j8FGKNH3Mpql7xvLgHHuJxDGVlZ+TeZ3Oxsw3ot4=";
x86_64-linux = "sha256-2PH4qa4M/y4AzVT9dW4BK1jE3RWSr+NWY1AhU3cfUTE=";
aarch64-linux = "sha256-RGJGUdp3i6Q/tCuQ42NfF4eFGrrgoyhx1l14fPwlCN8=";
}
.${stdenv.hostPlatform.system} or (throw "Unsupported system ${stdenv.hostPlatform.system}");
outputHashAlgo = "sha256";
Expand Down
5 changes: 3 additions & 2 deletions pkgs/by-name/go/goofcord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "goofcord";
version = "2.2.0";
version = "2.2.1";

src = fetchFromGitHub {
owner = "Milkshiift";
repo = "GoofCord";
tag = "v${finalAttrs.version}";
hash = "sha256-BnaPw9edaI1nKAu421JBkI9dAV3Xu3Yr5VQILN0QUTM=";
hash = "sha256-qcgEUkPh671q9aJtge+PSbBTrg7vY+iz+H+SKXPFqFI=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -147,6 +147,7 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
nyabinary
miniharinn
baba
];
platforms = lib.platforms.linux;
mainProgram = "goofcord";
Expand Down
Loading