mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
miniflux: 2.0.46 -> 2.0.48
https://github.com/miniflux/v2/releases/tag/2.0.47 https://github.com/miniflux/v2/releases/tag/2.0.48
This commit is contained in:
parent
d1f1457e3f
commit
2419882f93
@ -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