From 9b7746d47714ac95669dac65545efb4464bd88f7 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 3 May 2025 13:23:26 +0200 Subject: [PATCH] ferron: 1.0.0 -> 1.2.0 Diff: https://github.com/ferronweb/ferron/compare/refs/tags/1.0.0...refs/tags/1.2.0 Changelog: https://github.com/ferronweb/ferron/releases/tag/1.2.0 --- pkgs/by-name/fe/ferron/package.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fe/ferron/package.nix b/pkgs/by-name/fe/ferron/package.nix index 31e23a2d044f..3a852dcccb5c 100644 --- a/pkgs/by-name/fe/ferron/package.nix +++ b/pkgs/by-name/fe/ferron/package.nix @@ -10,17 +10,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "ferron"; - version = "1.0.0"; + version = "1.2.0"; src = fetchFromGitHub { owner = "ferronweb"; repo = "ferron"; tag = finalAttrs.version; - hash = "sha256-kw2Ffl5KB3urg5h/ejbW+WxYLpNrxIjPy0levZPgRoo="; + hash = "sha256-FK3LdDkTtY5UsYc/wR8cAyh2GHs9oTvN2K3N0tn+eOM="; }; useFetchCargoVendor = true; - cargoHash = "sha256-uPzEz72/3huigY8moYX5ztRZ0Uaye+GN7V8vKKklPkY="; + cargoHash = "sha256-/OhIsP3okvCVwGP0Txjm8feOumaJXxoJdCY/CE0Tu6Y="; nativeBuildInputs = [ pkg-config @@ -47,6 +47,7 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Fast, memory-safe web server written in Rust"; homepage = "https://github.com/ferronweb/ferron"; + changelog = "https://github.com/ferronweb/ferron/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ GaetanLepage ]; mainProgram = "ferron";