postmoogle: 0.9.25 -> 0.9.26
This commit is contained in:
parent
0c84b252cf
commit
c282ca98de
@ -5,13 +5,13 @@
|
|||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "postmoogle";
|
pname = "postmoogle";
|
||||||
version = "0.9.25";
|
version = "0.9.26";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "etkecc";
|
owner = "etkecc";
|
||||||
repo = "postmoogle";
|
repo = "postmoogle";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-Pn+IHqHvKo1936Pw8WI2IhporIy/sIvh8PAUt0y5niU=";
|
hash = "sha256-nbkPwHMQTadflHE8q525cB4cgVNxldOMBi4Kwrp52rE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
tags = [
|
tags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user