Unverified Commit 9c67486f authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

dnscrypt-proxy: 2.1.12 -> 2.1.13 (#432964)

parents 53f2d8af 5911af67
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.12";
  version = "2.1.13";

  vendorHash = null;

@@ -17,7 +17,7 @@ buildGoModule rec {
    owner = "DNSCrypt";
    repo = "dnscrypt-proxy";
    rev = version;
    hash = "sha256-HgpcZccx3gaR3dTJJRKPICvNxZj9KdeC0+2ll8TWgeM=";
    hash = "sha256-IFfhcirUGbp/pKFN/5aEpuIuhSR3ZS4K7TatBtaX5zg=";
  };

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