mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
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:
parent
f490651aba
commit
e57e5909a1
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue