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: 3302c4d841f5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: afd465f00adb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 10, 2020

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    65881c6 View commit details

Commits on Jul 23, 2020

  1. Merge pull request #92844 from mmilata/20.03/samba-4.11.11

    [20.03] samba: 4.11.9 -> 4.11.11
    mweinelt authored Jul 23, 2020
    Copy the full SHA
    afd465f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/samba/4.x.nix
4 changes: 2 additions & 2 deletions pkgs/servers/samba/4.x.nix
Original file line number Diff line number Diff line change
@@ -20,11 +20,11 @@ with lib;

stdenv.mkDerivation rec {
pname = "samba";
version = "4.11.9";
version = "4.11.11";

src = fetchurl {
url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz";
sha256 = "1k4dxjspl0xgabdl3nb3wyz714l3df89dj04bf1siwzk9hsyz35d";
sha256 = "0q7z0ykzrqk4pwjvg3cgx7qna09583wcz5abg2f2cd35jni0hzs5";
};

outputs = [ "out" "dev" "man" ];