dnscrypt-proxy2: 2.0.21 -> 2.0.22
This commit is contained in:
parent
735288ac9d
commit
9ec0a26027
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
name = "dnscrypt-proxy2-${version}";
|
||||
version = "2.0.21";
|
||||
version = "2.0.22";
|
||||
|
||||
goPackagePath = "github.com/jedisct1/dnscrypt-proxy";
|
||||
|
||||
|
@ -10,7 +10,7 @@ buildGoPackage rec {
|
|||
owner = "jedisct1";
|
||||
repo = "dnscrypt-proxy";
|
||||
rev = "${version}";
|
||||
sha256 = "00sz5gn4l56rp4xcvxfpq6c64inpgzbwpqy1yc5sima6ijrayi9g";
|
||||
sha256 = "0rmiyqxbbc3gjnfvyggf2lckckliiijq528993gv0n875r7ahkix";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue