mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rustdesk: 1.4.8 -> 1.4.9 (#539050)
This commit is contained in:
commit
32cf6b167b
1 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "rustdesk";
|
||||
version = "1.4.8";
|
||||
version = "1.4.9";
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
@ -46,10 +46,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
repo = "rustdesk";
|
||||
tag = finalAttrs.version;
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-SkCG/m/B0PhYHbCj5iMKMLaKwiBTx+Nk5Wv1mDRxTiM=";
|
||||
hash = "sha256-AnwdIO4TveC48uMioBCvH60xun24ckK420ONSEB9lQI=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-HAKcu4tuF6Og9jxYn8DWGQCc2Dr6taxXk5x8gFEzHJg=";
|
||||
cargoHash = "sha256-HPvvsTcjSErGfdNwsHgWhs930Fe0hmK1g5J/ngtlkKM=";
|
||||
|
||||
patches = [
|
||||
./make-build-reproducible.patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue