Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aae8733f96cd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f7bfba592216
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 20, 2020

  1. anydesk: 5.5.5 -> 5.5.6

    r-ryantm committed May 20, 2020
    Copy the full SHA
    108e001 View commit details
  2. Merge pull request #88257 from r-ryantm/auto-update/anydesk

    anydesk: 5.5.5 -> 5.5.6
    ryantm authored May 20, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f7bfba5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/remote/anydesk/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/remote/anydesk/default.nix
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

let
sha256 = {
x86_64-linux = "09ajpsmgrgjhw7b91id76w84kwk2d678n0b81zzpwq7sgjcm0sb0";
x86_64-linux = "1vpfyffg1g7f1m4mxmqghswihml9rm1cipm7krmr5wvxdmcphxnk";
i386-linux = "0vjxbg5hwkqkh600rr75xviwy848r1xw9mxwf6bb6l8b0isvlsgg";
}.${stdenv.hostPlatform.system} or (throw "system ${stdenv.hostPlatform.system} not supported");

@@ -28,7 +28,7 @@ let

in stdenv.mkDerivation rec {
pname = "anydesk";
version = "5.5.5";
version = "5.5.6";

src = fetchurl {
urls = [