From 69d3ba44662fab5bc6fd0d81b8fabe6c23013854 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 1 Nov 2024 22:59:25 +0100 Subject: [PATCH 1/5] forgejo: remove `refs/tags/` from github release `meta.changelog` --- pkgs/by-name/fo/forgejo/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/fo/forgejo/generic.nix b/pkgs/by-name/fo/forgejo/generic.nix index daef0e418e49..756843b7d2af 100644 --- a/pkgs/by-name/fo/forgejo/generic.nix +++ b/pkgs/by-name/fo/forgejo/generic.nix @@ -155,7 +155,7 @@ buildGoModule rec { meta = { description = "Self-hosted lightweight software forge"; homepage = "https://forgejo.org"; - changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/${src.rev}"; + changelog = "https://codeberg.org/forgejo/forgejo/releases/tag/v${version}"; license = if lib.versionAtLeast version "9.0.0" then lib.licenses.gpl3Plus else lib.licenses.mit; maintainers = with lib.maintainers; [ emilylange urandom bendlas adamcstephens marie ]; broken = stdenv.hostPlatform.isDarwin; From 8fff01c7e80f24d515775aea05bacfaf81bcf55b Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 1 Nov 2024 22:59:25 +0100 Subject: [PATCH 2/5] komac: remove `refs/tags/` from github release `meta.changelog` --- pkgs/by-name/ko/komac/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ko/komac/package.nix b/pkgs/by-name/ko/komac/package.nix index bb0da2db7abb..93f251abdf11 100644 --- a/pkgs/by-name/ko/komac/package.nix +++ b/pkgs/by-name/ko/komac/package.nix @@ -67,7 +67,7 @@ rustPlatform.buildRustPackage { meta = { description = "Community Manifest Creator for WinGet"; homepage = "https://github.com/russellbanks/Komac"; - changelog = "https://github.com/russellbanks/Komac/releases/tag/${src.rev}"; + changelog = "https://github.com/russellbanks/Komac/releases/tag/v${version}"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ kachick From 747b0ddc1747f63a98267028669be0e334ec46c8 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 1 Nov 2024 22:59:25 +0100 Subject: [PATCH 3/5] python312Packages.xdg-base-dirs: remove `refs/tags/` from github release `meta.changelog` --- pkgs/development/python-modules/xdg-base-dirs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/xdg-base-dirs/default.nix b/pkgs/development/python-modules/xdg-base-dirs/default.nix index fa8aa9860de3..5c376c3db440 100644 --- a/pkgs/development/python-modules/xdg-base-dirs/default.nix +++ b/pkgs/development/python-modules/xdg-base-dirs/default.nix @@ -35,7 +35,7 @@ buildPythonPackage rec { meta = with lib; { description = "Implementation of the XDG Base Directory Specification in Python"; homepage = "https://github.com/srstevenson/xdg-base-dirs"; - changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${src.rev}"; + changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${version}"; license = licenses.isc; maintainers = with maintainers; [ figsoda ]; }; From ead2fda64c1b26e43dc32e3c03c19059f7b7f013 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 1 Nov 2024 22:59:25 +0100 Subject: [PATCH 4/5] typst: remove `refs/tags/` from github release `meta.changelog` --- pkgs/by-name/ty/typst/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ty/typst/package.nix b/pkgs/by-name/ty/typst/package.nix index 9415daee69ca..5e9167ac2fd0 100644 --- a/pkgs/by-name/ty/typst/package.nix +++ b/pkgs/by-name/ty/typst/package.nix @@ -75,7 +75,7 @@ rustPlatform.buildRustPackage rec { passthru.updateScript = nix-update-script { }; meta = { - changelog = "https://github.com/typst/typst/releases/tag/${src.rev}"; + changelog = "https://github.com/typst/typst/releases/tag/v${version}"; description = "New markup-based typesetting system that is powerful and easy to learn"; homepage = "https://github.com/typst/typst"; license = lib.licenses.asl20; From 2ec380a34d8de15e1053cec472f58b79bb643617 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 1 Nov 2024 22:59:46 +0100 Subject: [PATCH 5/5] equibop: remove `refs/tags/` from github release `meta.changelog` --- pkgs/by-name/eq/equibop/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/eq/equibop/package.nix b/pkgs/by-name/eq/equibop/package.nix index dd5688115b09..95c5d372fba6 100644 --- a/pkgs/by-name/eq/equibop/package.nix +++ b/pkgs/by-name/eq/equibop/package.nix @@ -141,7 +141,7 @@ stdenv.mkDerivation (finalAttrs: { meta = { description = "Custom Discord App aiming to give you better performance and improve linux support"; homepage = "https://github.com/Equicord/Equibop"; - changelog = "https://github.com/Equicord/Equibop/releases/tag/${finalAttrs.src.rev}"; + changelog = "https://github.com/Equicord/Equibop/releases/tag/v${finalAttrs.version}"; license = lib.licenses.gpl3Only; maintainers = [ lib.maintainers.NotAShelf