honk: 0.9.8 -> 0.9.91

Changelog: https://humungus.tedunangst.com/r/honk/v/v0.9.91/f/docs/changelog.txt

For existing installations the database schema must be manually updated
by executing `honk upgrade`.
This commit is contained in:
Raphael Robatsch 2023-03-22 19:53:28 +01:00
parent 2cc556e4fe
commit 319f623d41

View File

@ -2,11 +2,11 @@
buildGoModule rec {
pname = "honk";
version = "0.9.8";
version = "0.9.91";
src = fetchurl {
url = "https://humungus.tedunangst.com/r/honk/d/honk-${version}.tgz";
sha256 = "0vh8y1aj2w0y2zxmybhik4iv7myyldfzkd75nzgmlz3vycr60rh6";
hash = "sha256-+NFWTTMVdngWsC8/EIN2xJC/5C4naaAekk/YoA17wFk=";
};
vendorHash = null;