Merge pull request #292003 from r-ryantm/auto-update/honk
honk: 1.2.1 -> 1.2.3
This commit is contained in:
commit
52fd6a495e
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "honk";
|
pname = "honk";
|
||||||
version = "1.2.1";
|
version = "1.2.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://humungus.tedunangst.com/r/honk/d/honk-${version}.tgz";
|
url = "https://humungus.tedunangst.com/r/honk/d/honk-${version}.tgz";
|
||||||
hash = "sha256-adBbJG45md7wUGzqYKA06RXzXul3Ltncrtz2eN4Ezqo=";
|
hash = "sha256-fexremJlsTfvvEDzihNk6P92mtEOAhUGgydHtA+tHsM=";
|
||||||
};
|
};
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue