mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
Merge pull request #255439 from ncfavier/miniflux
miniflux: 2.0.46 -> 2.0.48
This commit is contained in:
commit
cf72689575
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user