Unverified Commit 2f8d3dcc authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

dnscrypt-proxy: 2.1.8 -> 2.1.9 (#409191)

parents bb74157c c82dedcf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildGoModule rec {
  pname = "dnscrypt-proxy";
  version = "2.1.8";
  version = "2.1.9";

  vendorHash = null;

@@ -17,7 +17,7 @@ buildGoModule rec {
    owner = "DNSCrypt";
    repo = "dnscrypt-proxy";
    rev = version;
    sha256 = "sha256-/D5RE8AbI9i9TVdFQCYW8OLPU4TgIIDRsZfWEyXo92g=";
    sha256 = "sha256-8KnanJw9eBFm/zdy6f4OFCMStzic/n4Alnm5Y/pbDCA=";
  };

  passthru.tests = { inherit (nixosTests) dnscrypt-proxy2; };