Unverified Commit 1af6d705 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

samba: 4.22.5 -> 4.22.6 (#468515)

parents 00712828 f9ec89db
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -79,11 +79,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "samba";
  version = "4.22.5";
  version = "4.22.6";

  src = fetchurl {
    url = "https://download.samba.org/pub/samba/stable/samba-${finalAttrs.version}.tar.gz";
    hash = "sha256-2FZqFdPb/At3fR6Puy7umIoCTKnHhtysZd0QNHMHQA0=";
    hash = "sha256-jmvrDM6H+zx2OvlMLcIf1HuP0C1Gs8sd6ypy35JZxCU=";
  };

  outputs = [
@@ -332,6 +332,7 @@ stdenv.mkDerivation (finalAttrs: {

  meta = with lib; {
    homepage = "https://www.samba.org";
    changelog = "https://www.samba.org/samba/history/samba-${finalAttrs.version}.html";
    description = "Standard Windows interoperability suite of programs for Linux and Unix";
    license = licenses.gpl3;
    platforms = platforms.unix;