Commit 641b5ae1 authored by Atemu's avatar Atemu
Browse files

dnscrypt-proxy2: 2.1.3 -> 2.1.4

parent 5a350a8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "dnscrypt-proxy2";
  version = "2.1.3";
  version = "2.1.4";

  vendorSha256 = null;

@@ -12,7 +12,7 @@ buildGoModule rec {
    owner = "DNSCrypt";
    repo = "dnscrypt-proxy";
    rev = version;
    sha256 = "sha256-5wfxjx8SxynY6DpPIvOLwSsBdM/0zSzfaVDQTI/RUD0=";
    sha256 = "sha256-98DeCrDp0TmPCSvOrJ7KgIQZBR2K1fFJrmNccZ7nSug=";
  };

  meta = with lib; {