From 9c3ebfa5766cdc25b436d30548f41e52ed3da76a Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sat, 14 Mar 2026 17:12:19 +0100 Subject: [PATCH 1/2] rusty-path-of-building: 0.2.13 -> 0.2.14 --- pkgs/by-name/ru/rusty-path-of-building/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ru/rusty-path-of-building/package.nix b/pkgs/by-name/ru/rusty-path-of-building/package.nix index 499a6280a8dd..e5108dd677cd 100644 --- a/pkgs/by-name/ru/rusty-path-of-building/package.nix +++ b/pkgs/by-name/ru/rusty-path-of-building/package.nix @@ -19,16 +19,16 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "rusty-path-of-building"; - version = "0.2.13"; + version = "0.2.14"; src = fetchFromGitHub { owner = "meehl"; repo = "rusty-path-of-building"; tag = "v${finalAttrs.version}"; - hash = "sha256-4lxMQfENucDaDZov82iZD5DMgksLuJ/2nXUKYYf/m/w="; + hash = "sha256-rgXxy1r4ZyFFG5BiodogeHnCcppw79xzb0MsQDZxL4E="; }; - cargoHash = "sha256-PeVVDOWFYoDKkCy+UV5ikFwrHTK93zt2WZ3Oxp0ez1Y="; + cargoHash = "sha256-IZ5+Dvr1u/X278U6WCD6CNu4HBh5uLRWFbPeZ6EXryo="; nativeBuildInputs = [ pkg-config From da93292a08f94d3e1d9675e9d57d6f34f387c62a Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sat, 14 Mar 2026 17:13:08 +0100 Subject: [PATCH 2/2] rusty-path-of-building: add maintainer cholli --- pkgs/by-name/ru/rusty-path-of-building/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ru/rusty-path-of-building/package.nix b/pkgs/by-name/ru/rusty-path-of-building/package.nix index e5108dd677cd..eddf685f8d99 100644 --- a/pkgs/by-name/ru/rusty-path-of-building/package.nix +++ b/pkgs/by-name/ru/rusty-path-of-building/package.nix @@ -121,7 +121,10 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/meehl/rusty-path-of-building"; changelog = "https://github.com/meehl/rusty-path-of-building/blob/${finalAttrs.src.rev}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ k900 ]; + maintainers = with lib.maintainers; [ + k900 + cholli + ]; mainProgram = "rusty-path-of-building"; }; })