mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
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:
parent
2cc556e4fe
commit
319f623d41
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user