pdns-recursor: 5.0.2 -> 5.0.3

This commit is contained in:
rnhmjoj 2024-03-12 20:48:01 +01:00
parent 7fda176bea
commit 09030d1d33
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdns-recursor";
version = "5.0.2";
version = "5.0.3";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/pdns-recursor-${finalAttrs.version}.tar.bz2";
hash = "sha256-qQ6LYf3BgbWWFEw1kgEYynHDuV9GZYzOfoIidQ3kXKk=";
hash = "sha256-AdFwooUOsqylAdaDijREE2WJmA1cssK1M5K3ZFnjjAc=";
};
cargoDeps = rustPlatform.fetchCargoTarball {