Merge pull request #121346 from Shados/dante-update-1.4.3

dante: 1.4.2 -> 1.4.3
This commit is contained in:
Luke Granger-Brown 2021-05-03 10:30:23 +01:00 committed by GitHub
commit 6ab0d3de13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "dante";
version = "1.4.2";
version = "1.4.3";
src = fetchurl {
url = "https://www.inet.no/dante/files/${pname}-${version}.tar.gz";
sha256 = "1bfafnm445afrmyxvvcl8ckq0p59yzykmr3y8qvryzrscd85g8ms";
sha256 = "0pbahkj43rx7rmv2x40mf5p3g3x9d6i2sz7pzglarf54w5ghd2j1";
};
buildInputs = [ pam libkrb5 cyrus_sasl miniupnpc ];