Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

authored by Pol Dellaiera and committed by GitHub 2f8d3dcc bb74157c

+2 -2
+2 -2
pkgs/by-name/dn/dnscrypt-proxy/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "dnscrypt-proxy"; 10 - version = "2.1.8"; 10 + version = "2.1.9"; 11 11 12 12 vendorHash = null; 13 13 ··· 17 17 owner = "DNSCrypt"; 18 18 repo = "dnscrypt-proxy"; 19 19 rev = version; 20 - sha256 = "sha256-/D5RE8AbI9i9TVdFQCYW8OLPU4TgIIDRsZfWEyXo92g="; 20 + sha256 = "sha256-8KnanJw9eBFm/zdy6f4OFCMStzic/n4Alnm5Y/pbDCA="; 21 21 }; 22 22 23 23 passthru.tests = { inherit (nixosTests) dnscrypt-proxy2; };