about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-01-25 13:01:49 +0800
committerGitHub <noreply@github.com>2023-01-25 13:01:49 +0800
commit0f0d5f7190b7e75994b632a8a545231181dd74b0 (patch)
tree2fc26144576d75a4aea943a066bfe4655f57504f /pkgs/applications/misc
parent232116d4a949c8d87b95e5a497cb09e86dd14777 (diff)
parent18616e4869ceb28021515f2942ad9d944cc3ec57 (diff)
Merge pull request #212489 from arcnmx/parsec-150_86e
parsec-bin: 150_28 -> 150_86e
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/parsec/bin.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/misc/parsec/bin.nix b/pkgs/applications/misc/parsec/bin.nix
index b15ee2644a74b..7aae31152f7fa 100644
--- a/pkgs/applications/misc/parsec/bin.nix
+++ b/pkgs/applications/misc/parsec/bin.nix
@@ -12,11 +12,11 @@
 
 stdenvNoCC.mkDerivation {
   pname = "parsec-bin";
-  version = "150_28";
+  version = "150_86e";
 
   src = fetchurl {
-    url = "https://web.archive.org/web/20220622215230id_/https://builds.parsecgaming.com/package/parsec-linux.deb";
-    sha256 = "1hfdzjd8qiksv336m4s4ban004vhv00cv2j461gc6zrp37s0fwhc";
+    url = "https://web.archive.org/web/20230124210253/https://builds.parsecgaming.com/package/parsec-linux.deb";
+    sha256 = "sha256-wwBy86TdrHaH9ia40yh24yd5G84WTXREihR+9I6o6uU=";
   };
 
   unpackPhase = ''
@@ -76,6 +76,7 @@ stdenvNoCC.mkDerivation {
 
   meta = with lib; {
     homepage = "https://parsecgaming.com/";
+    changelog = "https://parsec.app/changelog";
     description = "Remote streaming service client";
     license = licenses.unfree;
     maintainers = with maintainers; [ arcnmx ];