From 2b85d4d8da51c4750bc75f9232da35e9024ef290 Mon Sep 17 00:00:00 2001 From: Patka Date: Sun, 10 May 2026 10:39:43 +0200 Subject: [PATCH] mago: 1.19.0 -> 1.23.0 --- pkgs/by-name/ma/mago/package.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ma/mago/package.nix b/pkgs/by-name/ma/mago/package.nix index 70fc78335250..f639ca0a2b48 100644 --- a/pkgs/by-name/ma/mago/package.nix +++ b/pkgs/by-name/ma/mago/package.nix @@ -9,17 +9,17 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "mago"; - version = "1.19.0"; + version = "1.23.0"; src = fetchFromGitHub { owner = "carthage-software"; repo = "mago"; tag = finalAttrs.version; - hash = "sha256-K3gUZjthTLWMCPnenaSc4jn2lznpWa9GiJ5s6Vus8I4="; + hash = "sha256-5rdmDbAqqHZU65C+lFHxV7T8//Tw8v8gQKSNbVHSlno="; forceFetchGit = true; # Does not download all files otherwise }; - cargoHash = "sha256-EjI/dpYnohUdd12qT/mB7rtPetgNTi7RNfOnSgeJxnM="; + cargoHash = "sha256-fOxfQTacb3ap5soCVtJnlFPSl3IH+Ju1pPs8xrFBVCw="; env = { # Get openssl-sys to use pkg-config @@ -38,7 +38,10 @@ rustPlatform.buildRustPackage (finalAttrs: { description = "Toolchain for PHP that aims to provide a set of tools to help developers write better code"; homepage = "https://github.com/carthage-software/mago"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ hythera ]; + maintainers = with lib.maintainers; [ + hythera + patka + ]; mainProgram = "mago"; }; })