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

Commits on Apr 11, 2020

  1. samba: 4.12.0 -> 4.12.1

    r-ryantm committed Apr 11, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    2cb5932 View commit details

Commits on Apr 12, 2020

  1. Merge pull request #84988 from r-ryantm/auto-update/samba

    samba: 4.12.0 -> 4.12.1
    Ma27 authored Apr 12, 2020
    Copy the full SHA
    d3711b9 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
@@ -42,11 +42,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "samba";
version = "4.12.0";
version = "4.12.1";

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

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