tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rustdesk: 1.4.1 -> 1.4.2
R. Ryantm
4 months ago
8bebc052
7ec41b18
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ru
rustdesk
package.nix
+3
-3
pkgs/by-name/ru/rustdesk/package.nix
···
36
37
rustPlatform.buildRustPackage (finalAttrs: {
38
pname = "rustdesk";
39
-
version = "1.4.1";
40
41
src = fetchFromGitHub {
42
owner = "rustdesk";
43
repo = "rustdesk";
44
tag = finalAttrs.version;
45
fetchSubmodules = true;
46
-
hash = "sha256-nS8KjLzgdzgvn5mM1lJL2vFk0g/ZUZBvdkjyC+MdHDE=";
47
};
48
49
-
cargoHash = "sha256-ecLR6cMVDrTKeoTE5Yxkw5dN4ceAm+RD7BVXwIQ1fnk=";
50
51
patches = [
52
./make-build-reproducible.patch
···
36
37
rustPlatform.buildRustPackage (finalAttrs: {
38
pname = "rustdesk";
39
+
version = "1.4.2";
40
41
src = fetchFromGitHub {
42
owner = "rustdesk";
43
repo = "rustdesk";
44
tag = finalAttrs.version;
45
fetchSubmodules = true;
46
+
hash = "sha256-ZUk/6r7HjlWAU7sUxbBxp9ZtxXUJftjcDy/V3LcMNPA=";
47
};
48
49
+
cargoHash = "sha256-b0jsW0208zKFMyoqKti8TuTNZL7hQ8PX7Gwm0faW4po=";
50
51
patches = [
52
./make-build-reproducible.patch