oo7: 0.5.0 -> 0.6.0; update upstream repo

The repo has moved to https://github.com/linux-credentials/oo7.
This commit is contained in:
Steven Allen 2026-02-28 10:23:23 -08:00
parent f490651aba
commit e57e5909a1

View file

@ -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