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: 1e80fc5d536e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9df981d3f446
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 9, 2020

  1. freerdp: 2.0.0 -> 2.1.0

    lheckemann authored and FRidh committed May 9, 2020
    Copy the full SHA
    9df981d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/remote/freerdp/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/remote/freerdp/default.nix
Original file line number Diff line number Diff line change
@@ -17,13 +17,13 @@ let

in stdenv.mkDerivation rec {
pname = "freerdp";
version = "2.0.0";
version = "2.1.0";

src = fetchFromGitHub {
owner = "FreeRDP";
repo = "FreeRDP";
rev = version;
sha256 = "0d2559v0z1jnq6jlrvsgdf8p6gd27m8kwdnxckl1x0ygaxs50bqc";
sha256 = "0905374k4x647052sr27m2hgjcavbxdl0xd8n02vm5xa6whz239j";
};

postPatch = ''