hoppscotch: fix meta.changelog

This commit is contained in:
Peder Bergebakken Sundt 2024-09-20 19:51:32 +02:00
parent 599bc0348c
commit 00cc352311

View File

@ -4,7 +4,6 @@
fetchurl,
appimageTools,
undmg,
copyDesktopItems,
}:
let
@ -39,7 +38,7 @@ let
'';
homepage = "https://hoppscotch.com";
downloadPage = "https://hoppscotch.com/downloads";
changelog = "https://github.com/hoppscotch/hoppscotch/releases/tag/2024.8.1";
changelog = "https://github.com/hoppscotch/hoppscotch/releases/tag/20${lib.head (lib.splitString "-" version)}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ DataHearth ];
mainProgram = "hoppscotch";