ooniprobe-cli: 3.17.0 -> 3.17.1
This commit is contained in:
parent
b7a3087658
commit
1b0770492f
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ooniprobe-cli";
|
pname = "ooniprobe-cli";
|
||||||
version = "3.17.0";
|
version = "3.17.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ooni";
|
owner = "ooni";
|
||||||
repo = "probe-cli";
|
repo = "probe-cli";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-xOWGRDK9HyKU/WrLSLgmKpF82UTxxgIMOL1zCQDjtpU=";
|
hash = "sha256-2BsgSsIIQPzqTfoAunBkwrshZd22aI/AXFfz2tk3/78=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-r8kyL9gpdDesY8Mbm4lONAhWC4We26Z9uG7QMt1JT9c=";
|
vendorHash = "sha256-r8kyL9gpdDesY8Mbm4lONAhWC4We26Z9uG7QMt1JT9c=";
|
||||||
|
|
Loading…
Reference in a new issue