Unverified Commit cbb0c889 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #259521 from Gerg-L/webcord

webcord: 4.4.1 -> 4.4.2
parents 889c8a24 7f1c006e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,16 +13,16 @@

buildNpmPackage rec {
  pname = "webcord";
  version = "4.4.1";
  version = "4.4.2";

  src = fetchFromGitHub {
    owner = "SpacingBat3";
    repo = "WebCord";
    rev = "v${version}";
    hash = "sha256-g9UJANYs5IlKAeRc27oNOfdD3uD3nrG5Ecp+AbbsXLE=";
    hash = "sha256-23YmyRU+xBXpC7bZtBY3RZeVpLFQ3I/Ag5Tvi3m9cIs=";
  };

  npmDepsHash = "sha256-SSlSLZs97LDtL7OyfCtEGZjDVfsn5KKUgRNyL8J5M5g=";
  npmDepsHash = "sha256-gHX5ZdcC46BwMu22G05Q8UhvZ6CtQ1HSf6KLLlN2iX0=";

  nativeBuildInputs = [
    copyDesktopItems
@@ -79,7 +79,7 @@ buildNpmPackage rec {
  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    description = "A Discord and Fosscord electron-based client implemented without Discord API";
    description = "A Discord and SpaceBar electron-based client implemented without Discord API";
    homepage = "https://github.com/SpacingBat3/WebCord";
    downloadPage = "https://github.com/SpacingBat3/WebCord/releases";
    changelog = "https://github.com/SpacingBat3/WebCord/releases/tag/v${version}";