changelogger: use tag instead of rev

This commit is contained in:
Hythera
2026-01-03 00:52:08 +01:00
parent 1fa6a8ea56
commit 270d2a8608
+1 -1
View File
@@ -13,7 +13,7 @@ buildGoModule (finalAttrs: {
src = fetchFromGitHub {
owner = "MarkusFreitag";
repo = "changelogger";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
sha256 = "sha256-Glup2Y3sGO2hNKFeZXOrffHct2F4Ebn9+f6yOy3pekY=";
};