From e57e5909a1adf024a023e90e34a1bb0f7b49d0c1 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Sat, 28 Feb 2026 10:23:23 -0800 Subject: [PATCH] oo7: 0.5.0 -> 0.6.0; update upstream repo The repo has moved to https://github.com/linux-credentials/oo7. --- pkgs/by-name/oo/oo7/package.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/oo/oo7/package.nix b/pkgs/by-name/oo/oo7/package.nix index 9f91a0f82c15..fe4f60248c95 100644 --- a/pkgs/by-name/oo/oo7/package.nix +++ b/pkgs/by-name/oo/oo7/package.nix @@ -10,20 +10,20 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "oo7"; - version = "0.5.0"; + version = "0.6.0"; src = fetchFromGitHub { - owner = "bilelmoussaoui"; + owner = "linux-credentials"; repo = "oo7"; - rev = finalAttrs.version; - hash = "sha256-FIHXjbxAqEH3ekTNL0/TBFZoeDYZ84W2+UeJDxcauk8="; + tag = finalAttrs.version; + hash = "sha256-FPt37KEap7z1ant+6VHqqFBRwwE4YV3yQrc0V/kd+Mo="; }; # TODO: this won't cover tests from the client crate # Additionally cargo-credential will also not be built here buildAndTestSubdir = "cli"; - cargoHash = "sha256-4ibhHCRBsEcwG5+6Gf/uuswA/k9zJLj+RcMdmBcmvD4="; + cargoHash = "sha256-79bSlSbDaOtAXsJe1suMhvhsC/LoSDMZ+G/dhTTQ4EA="; nativeBuildInputs = [ pkg-config ]; @@ -35,8 +35,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "James Bond went on a new mission as a Secret Service provider"; - homepage = "https://github.com/bilelmoussaoui/oo7"; - changelog = "https://github.com/bilelmoussaoui/oo7/releases/tag/${finalAttrs.src.rev}"; + homepage = "https://github.com/linux-credentials/oo7"; + changelog = "https://github.com/linux-credentials/oo7/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ getchoo