about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/webcord
diff options
context:
space:
mode:
authorGerg-L <GregLeyda@proton.me>2023-10-07 01:32:45 -0400
committerGerg-L <GregLeyda@proton.me>2023-10-07 09:09:35 -0400
commit7f1c006e0a7a747941631d1f433cd865f7c8c554 (patch)
treed3671ea9e9bf04e0202ae4ceecaf3289e69d0dcd /pkgs/applications/networking/instant-messengers/webcord
parent06686615abc92db8f742eefe70d80dbad67d2c07 (diff)
webcord: 4.4.1 -> 4.4.2
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/webcord')
-rw-r--r--pkgs/applications/networking/instant-messengers/webcord/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/instant-messengers/webcord/default.nix b/pkgs/applications/networking/instant-messengers/webcord/default.nix
index 6417153c0939f..7e0ef77ef2a48 100644
--- a/pkgs/applications/networking/instant-messengers/webcord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/webcord/default.nix
@@ -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}";