roc: fix changelog URL

The previous url was 404.
Fix initiated because of  https://github.com/NixOS/nixpkgs/issues/514132
This commit is contained in:
Anton-4
2026-04-28 14:20:56 +02:00
parent dfbcbf5405
commit 02f67a7765
+1 -1
View File
@@ -99,7 +99,7 @@ rustPlatform.buildRustPackage {
description = "Fast, friendly, functional programming language";
mainProgram = "roc";
homepage = "https://www.roc-lang.org/";
changelog = "https://github.com/roc-lang/roc/releases/tag/${rocVersion}";
changelog = "https://github.com/roc-lang/roc/releases/tag/alpha4-rolling";
license = lib.licenses.upl;
maintainers = [
lib.maintainers.anton-4