tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
parsec-bin: 150_86e -> 150_90c
arcnmx
2 years ago
5e251ed1
27759aac
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
parsec
bin.nix
+4
-4
pkgs/applications/misc/parsec/bin.nix
···
24
24
25
25
stdenvNoCC.mkDerivation {
26
26
pname = "parsec-bin";
27
27
-
version = "150_86e";
27
27
+
version = "150_90c";
28
28
29
29
src = fetchurl {
30
30
-
url = "https://web.archive.org/web/20230531105208/https://builds.parsec.app/package/parsec-linux.deb";
31
31
-
sha256 = "sha256-wwBy86TdrHaH9ia40yh24yd5G84WTXREihR+9I6o6uU=";
30
30
+
url = "https://web.archive.org/web/20231028212419/https://builds.parsec.app/package/parsec-linux.deb";
31
31
+
sha256 = "sha256-rFSdl7BgnuJAj6w5in0/yszO8b5qcr9b+wjF1WkAU70=";
32
32
};
33
33
34
34
unpackPhase = ''
···
104
104
'';
105
105
106
106
meta = with lib; {
107
107
-
homepage = "https://parsecgaming.com/";
107
107
+
homepage = "https://parsec.app/";
108
108
changelog = "https://parsec.app/changelog";
109
109
description = "Remote streaming service client";
110
110
license = licenses.unfree;