mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
dnscrypt-proxy2: 2.0.22 -> 2.0.25
https://github.com/jedisct1/dnscrypt-proxy/releases/tag/2.0.25 https://github.com/jedisct1/dnscrypt-proxy/releases/tag/2.0.24 https://github.com/jedisct1/dnscrypt-proxy/releases/tag/2.0.23
This commit is contained in:
parent
7fe8e5181a
commit
ae67c0026c
|
@ -1,8 +1,8 @@
|
|||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "dnscrypt-proxy2-${version}";
|
||||
version = "2.0.22";
|
||||
pname = "dnscrypt-proxy2";
|
||||
version = "2.0.25";
|
||||
|
||||
goPackagePath = "github.com/jedisct1/dnscrypt-proxy";
|
||||
|
||||
|
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||
owner = "jedisct1";
|
||||
repo = "dnscrypt-proxy";
|
||||
rev = version;
|
||||
sha256 = "0rmiyqxbbc3gjnfvyggf2lckckliiijq528993gv0n875r7ahkix";
|
||||
sha256 = "1ix76nihzjbiib7n2pjx2ynziz8hrrx3idwdjnkwckxfq11g96y3";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue