lol

samba: 4.20.4 -> 4.20.8 (#414048)

authored by

Morgan Jones and committed by
GitHub
9cb3e5e0 47e8996d

+2 -2
+2 -2
pkgs/servers/samba/4.x.nix
··· 79 79 in 80 80 stdenv.mkDerivation (finalAttrs: { 81 81 pname = "samba"; 82 - version = "4.20.4"; 82 + version = "4.20.8"; 83 83 84 84 src = fetchurl { 85 85 url = "https://download.samba.org/pub/samba/stable/samba-${finalAttrs.version}.tar.gz"; 86 - hash = "sha256-OpLpfq6zRbazIjL1A+FNNPA6eqZMRR/owlihG72pCOU="; 86 + hash = "sha256-db4OjTH0UBPpsmD+fPMEo20tgSg5GRR3JXchXsFzqAc="; 87 87 }; 88 88 89 89 outputs = [