miniflux: 2.0.42 -> 2.0.43

https://github.com/miniflux/v2/releases/tag/2.0.43
This commit is contained in:
IndeedNotJames 2023-03-17 04:52:36 +01:00
parent 37878b459d
commit 553ef59470
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

View File

@ -2,7 +2,7 @@
let
pname = "miniflux";
version = "2.0.42";
version = "2.0.43";
in buildGoModule {
inherit pname version;
@ -11,10 +11,10 @@ in buildGoModule {
owner = pname;
repo = "v2";
rev = version;
sha256 = "sha256-2ywaQubE/DZCTIX6a3vh1VH+/lfoe9gRzkqih8ULU8Q=";
sha256 = "sha256-IVIAlDYOuAl51V/Q1hpkjIREHTXq8E5D/w4cyTZ8ebs=";
};
vendorSha256 = "sha256-KtYFjNqUIYgAwIkEhQwg5OdjIluyENeZ6Qo5TGKzA/s=";
vendorHash = "sha256-/BINHOlRmAfOIXY9x5VjnQwIc87Mt2TAvBE1tPq6W80=";
nativeBuildInputs = [ installShellFiles ];