Skip to content

Commit

Permalink
fix keyring-lib deps
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Nov 28, 2024
1 parent 24bbd95 commit 81847db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
19 changes: 3 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ tracing = "0.1"

[patch.crates-io]
email-lib = { git = "https://github.com/pimalaya/core" }
keyring-lib = { git = "https://github.com/pimalaya/core" }
oauth-lib = { git = "https://github.com/pimalaya/core" }
pimalaya-tui = { git = "https://github.com/pimalaya/tui" }
process-lib = { git = "https://github.com/pimalaya/core" }
Expand Down
6 changes: 3 additions & 3 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

let
version = "1.0.0";
hash = "sha256-NrWBg0sjaz/uLsNs8/T4MkUgHOUvAWRix1O5usKsw6o=";
cargoHash = "sha256-YS8IamapvmdrOPptQh2Ef9Yold0IK1XIeGs0kDIQ5b8=";
hash = "";
cargoHash = "";
in

rustPlatform.buildRustPackage {
Expand All @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage {

src = fetchFromGitHub {
inherit hash;
owner = "soywod";
owner = "pimalaya";
repo = "mirador";
rev = "v${version}";
};
Expand Down

0 comments on commit 81847db

Please sign in to comment.