mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
miniflux: 2.2.8 -> 2.2.9
https://miniflux.app/releases/2.2.9.html diff: https://github.com/miniflux/v2/compare/2.2.8...2.2.9
This commit is contained in:
parent
e0042dedfb
commit
0cf04bdcf5
1 changed files with 3 additions and 3 deletions
|
@ -9,16 +9,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "miniflux";
|
pname = "miniflux";
|
||||||
version = "2.2.8";
|
version = "2.2.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "miniflux";
|
owner = "miniflux";
|
||||||
repo = "v2";
|
repo = "v2";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-AQ6HVRVlWt1D8fA4Z2FH7VIEKydDva7txwa/9Rfq0Ho=";
|
hash = "sha256-pp+QaofbU6Vkh2ifQLpUq+dbQTx/jX2JgM/9uji13tU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-9I0/dyjanuV8oZystox9RY/gGx1SZuFRTghArv5aJ64=";
|
vendorHash = "sha256-6tgZdwr9g/VCnLUEmwAl8vzOzQu6SEGV9PhTp47eXds=";
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue