Merge pull request #115539 from r-ryantm/auto-update/samba

samba: 4.13.3 -> 4.13.7
This commit is contained in:
Pascal Bach 2021-04-01 11:51:03 +02:00 committed by GitHub
commit d183f01d14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,11 +44,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "samba";
version = "4.13.3";
version = "4.13.7";
src = fetchurl {
url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz";
sha256 = "0hb5fli4kgwg376c289mcmdqszd51vs8pzzrw7j6yr9k7za8a1f1";
sha256 = "1ajvr5hzl9kmrf77hb9c71zvnm8j0xgy40nqfjz4f407cw470zaf";
};
outputs = [ "out" "dev" "man" ];