samba: fix broken tarball URLs (#360157)

This commit is contained in:
Philip Taron 2024-11-29 10:00:48 -08:00 committed by GitHub
commit b99353c158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
version = "7.1";
src = fetchurl {
url = "mirror://samba/pub/linux-cifs/cifs-utils/${pname}-${version}.tar.bz2";
url = "https://download.samba.org/pub/linux-cifs/cifs-utils/${pname}-${version}.tar.bz2";
sha256 = "sha256-ohEj92pKajbJZTGJukkY6988/NP5CScwpH/zRQtbWyo=";
};

View File

@ -68,7 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "4.20.4";
src = fetchurl {
url = "mirror://samba/pub/samba/stable/samba-${finalAttrs.version}.tar.gz";
url = "https://download.samba.org/pub/samba/stable/samba-${finalAttrs.version}.tar.gz";
hash = "sha256-OpLpfq6zRbazIjL1A+FNNPA6eqZMRR/owlihG72pCOU=";
};