summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-11-20 23:13:14 +0100
committerGitHub <noreply@github.com>2023-11-20 23:13:14 +0100
commitab2598a78e64cd69e5af3d49b0f2868fba6e46f6 (patch)
tree22cd6c221e2d7dede8f4ad6e9e03a44b2620e746 /pkgs/applications/misc
parent0058b2ab39691bb8aa476ca1ee25144f1b5f86d8 (diff)
parent5e251ed1c685ea1eebed19d9cf5d9babbdcf058b (diff)
Merge pull request #264046 from arcnmx/parsec-150_90c
parsec-bin: 150_86e -> 150_90c
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/parsec/bin.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/misc/parsec/bin.nix b/pkgs/applications/misc/parsec/bin.nix
index f631312b6faa7..a52729d52c772 100644
--- a/pkgs/applications/misc/parsec/bin.nix
+++ b/pkgs/applications/misc/parsec/bin.nix
@@ -24,11 +24,11 @@
 
 stdenvNoCC.mkDerivation {
   pname = "parsec-bin";
-  version = "150_86e";
+  version = "150_90c";
 
   src = fetchurl {
-    url = "https://web.archive.org/web/20230531105208/https://builds.parsec.app/package/parsec-linux.deb";
-    sha256 = "sha256-wwBy86TdrHaH9ia40yh24yd5G84WTXREihR+9I6o6uU=";
+    url = "https://web.archive.org/web/20231028212419/https://builds.parsec.app/package/parsec-linux.deb";
+    sha256 = "sha256-rFSdl7BgnuJAj6w5in0/yszO8b5qcr9b+wjF1WkAU70=";
   };
 
   unpackPhase = ''
@@ -104,7 +104,7 @@ stdenvNoCC.mkDerivation {
   '';
 
   meta = with lib; {
-    homepage = "https://parsecgaming.com/";
+    homepage = "https://parsec.app/";
     changelog = "https://parsec.app/changelog";
     description = "Remote streaming service client";
     license = licenses.unfree;