Merge pull request #255439 from ncfavier/miniflux

miniflux: 2.0.46 -> 2.0.48
This commit is contained in:
Nikolay Korotkiy 2023-09-16 16:31:03 +04:00 committed by GitHub
commit cf72689575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
let
pname = "miniflux";
version = "2.0.46";
version = "2.0.48";
in buildGoModule {
inherit pname version;
@ -11,17 +11,17 @@ in buildGoModule {
owner = pname;
repo = "v2";
rev = version;
sha256 = "sha256-a27eKOhW2vHmPktLgqHKqiwtC9T6GRwnOeNReeMsaeM=";
sha256 = "sha256-g2Cnkf022aU/kUkb6N8huB+SFY60uNxyI9BVEycl37c=";
};
vendorHash = "sha256-Oe7el4tE/gwI6qL/fjJgnv1jbNSKrCnq1nBq+dD7Gik=";
vendorHash = "sha256-d4/oDvMRZtetZ7RyCHVnPqA78yPVFyw4UhjfPD1XuMo=";
nativeBuildInputs = [ installShellFiles ];
checkFlags = [ "-skip=TestClient" ]; # skip client tests as they require network access
ldflags = [
"-s" "-w" "-X miniflux.app/version.Version=${version}"
"-s" "-w" "-X miniflux.app/v2/internal/version.Version=${version}"
];
postInstall = ''