miniflux: 2.1.3 -> 2.1.4

Changes: https://github.com/miniflux/v2/releases/tag/2.1.4
This commit is contained in:
Sergei Trofimovich 2024-07-11 21:47:12 +01:00
parent 6c12901eb4
commit 02f01b0224

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "miniflux";
version = "2.1.3";
version = "2.1.4";
src = fetchFromGitHub {
owner = "miniflux";
repo = "v2";
rev = "refs/tags/${version}";
hash = "sha256-Q43ru/n7cY1DIT/JJP1sTbnXcgtbIh16fTDL9eV0YDE=";
hash = "sha256-1EH8KtKdAssxLk0IyhJsbrFU1obDTvmaGtFyLVlnOdQ=";
};
vendorHash = "sha256-WCb0DxicVuJDm52GidivQPZb09LvZqJmgR5BoK8iZ7s=";
vendorHash = "sha256-kr2qCKuwp6Fpr0zEjggqk4Mff3V9pxGLU71lRhdRrW8=";
nativeBuildInputs = [ installShellFiles ];