From cb15b280ab099e2de3b4a2d45b289c71596180c4 Mon Sep 17 00:00:00 2001 From: Leona Maroni Date: Thu, 11 Jul 2024 17:56:58 +0200 Subject: [PATCH] sudo-rs: 0.2.2 -> 0.2.3 https://github.com/trifectatechfoundation/sudo-rs/releases/tag/v0.2.3 Update homepage and repo to point to the new owner --- pkgs/tools/security/sudo-rs/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/tools/security/sudo-rs/default.nix b/pkgs/tools/security/sudo-rs/default.nix index f4ea401e7e10..155d23dbad89 100644 --- a/pkgs/tools/security/sudo-rs/default.nix +++ b/pkgs/tools/security/sudo-rs/default.nix @@ -11,15 +11,15 @@ rustPlatform.buildRustPackage rec { pname = "sudo-rs"; - version = "0.2.2"; + version = "0.2.3"; src = fetchFromGitHub { - owner = "memorysafety"; + owner = "trifectatechfoundation"; repo = "sudo-rs"; rev = "v${version}"; - hash = "sha256-Fc9NgKo8Be8AqB1YcH/oH514f3pOjFtqNBIC+3xwagY="; + hash = "sha256-aXKkEdg44AJTcaGyllQmyUON3Z+irIatz06/l0cbi+E="; }; - cargoHash = "sha256-1XhdMHGZZOmSFuVW3Oa1Xwjy3dzkgJOE7h24Ly2F3ps="; + cargoHash = "sha256-laTcGi2pwc9uWjum03PviyakVMmjijKgxfIPjIpoRy8="; nativeBuildInputs = [ installShellFiles pandoc ]; @@ -71,7 +71,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Memory safe implementation of sudo and su"; - homepage = "https://github.com/memorysafety/sudo-rs"; + homepage = "https://github.com/trifectatechfoundation/sudo-rs"; changelog = "${meta.homepage}/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 mit ]; maintainers = with maintainers; [ nicoo ];