From 00cc352311acebecf0cbb487edc3e27388853281 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 20 Sep 2024 19:51:32 +0200 Subject: [PATCH] hoppscotch: fix meta.changelog --- pkgs/by-name/ho/hoppscotch/package.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/by-name/ho/hoppscotch/package.nix b/pkgs/by-name/ho/hoppscotch/package.nix index c37211ee91a0..5fd0dfe9e150 100644 --- a/pkgs/by-name/ho/hoppscotch/package.nix +++ b/pkgs/by-name/ho/hoppscotch/package.nix @@ -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";