attic-client: 0-unstable-2024-10-04 -> 0-unstable-2024-10-06 (1b29816) (#347103)
This commit is contained in:
commit
92c31ec430
2
pkgs/by-name/at/attic-client/Cargo.lock
generated
2
pkgs/by-name/at/attic-client/Cargo.lock
generated
@ -325,6 +325,7 @@ dependencies = [
|
|||||||
"maybe-owned",
|
"maybe-owned",
|
||||||
"rand",
|
"rand",
|
||||||
"regex",
|
"regex",
|
||||||
|
"rsa 0.9.6",
|
||||||
"ryu",
|
"ryu",
|
||||||
"sea-orm",
|
"sea-orm",
|
||||||
"sea-orm-migration",
|
"sea-orm-migration",
|
||||||
@ -355,6 +356,7 @@ dependencies = [
|
|||||||
"jwt-simple",
|
"jwt-simple",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"regex",
|
"regex",
|
||||||
|
"rsa 0.9.6",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_with",
|
"serde_with",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
@ -11,13 +11,13 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "attic";
|
pname = "attic";
|
||||||
version = "0-unstable-2024-10-04";
|
version = "0-unstable-2024-10-06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zhaofengli";
|
owner = "zhaofengli";
|
||||||
repo = "attic";
|
repo = "attic";
|
||||||
rev = "61ebdef2e263c091f24807b07701be5cb8068dea";
|
rev = "1b29816235b7573fca7f964709fd201e1a187024";
|
||||||
hash = "sha256-whgxjoDF7aey3xWy2b9Dp+NHsszK6By+raEbygcSU6w=";
|
hash = "sha256-icNt2T1obK3hFNgBOgiiyOoiScUfz9blmRbNp3aOUBE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user