Unverified Commit e5de71f7 authored by Michele Guerini Rocco's avatar Michele Guerini Rocco Committed by GitHub
Browse files

pdns-recursor: 5.2.6 -> 5.2.7 (#479855)

parents 50c0a81c f4cf3fc1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,11 +20,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pdns-recursor";
  version = "5.2.6";
  version = "5.2.7";

  src = fetchurl {
    url = "https://downloads.powerdns.com/releases/pdns-recursor-${finalAttrs.version}.tar.bz2";
    hash = "sha256-INt/KcULGvsensXF6LIZ0RKtrPK4rPPaQW/yR+JaxAc=";
    hash = "sha256-s7/I2M5uL94I71fMYLKl+JcOPn0TnVn74oaIKnYmObE=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {