AnonymousOverflow: Update to 1.9.0
This commit is contained in:
parent
806079f3a9
commit
a3b788eeb7
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
pkgs.buildGoModule rec {
|
pkgs.buildGoModule rec {
|
||||||
pname = "anonymous-overflow";
|
pname = "anonymous-overflow";
|
||||||
version = "1.8.3";
|
version = "1.9.0";
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "httpjamesm";
|
owner = "httpjamesm";
|
||||||
repo = "AnonymousOverflow";
|
repo = "AnonymousOverflow";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-qPwKkxWvavCtYrALr9ZWk0MUo1GDlCR9vg0Lh/BLoAk=";
|
sha256 = "sha256-7em/F2+VSM4kE7Hd2Aw0ka2+gWSxG3VMBs5iQnYwEqw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-dIzK8r3pPmV8B2xhpSK7Vg82RnsZ2kptEYOkYPZrPik=";
|
vendorSha256 = "sha256-dIzK8r3pPmV8B2xhpSK7Vg82RnsZ2kptEYOkYPZrPik=";
|
||||||
|
|
Loading…
Reference in a new issue