attic-client: 0-unstable-2024-10-04 -> 0-unstable-2024-10-06 (1b29816)
61ebdef2e2..1b29816235
This commit is contained in:
parent
021c740e29
commit
6a8e1c4c79
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",
|
||||
"rand",
|
||||
"regex",
|
||||
"rsa 0.9.6",
|
||||
"ryu",
|
||||
"sea-orm",
|
||||
"sea-orm-migration",
|
||||
@ -355,6 +356,7 @@ dependencies = [
|
||||
"jwt-simple",
|
||||
"lazy_static",
|
||||
"regex",
|
||||
"rsa 0.9.6",
|
||||
"serde",
|
||||
"serde_with",
|
||||
"tracing",
|
||||
|
@ -11,13 +11,13 @@
|
||||
}:
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "attic";
|
||||
version = "0-unstable-2024-10-04";
|
||||
version = "0-unstable-2024-10-06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zhaofengli";
|
||||
repo = "attic";
|
||||
rev = "61ebdef2e263c091f24807b07701be5cb8068dea";
|
||||
hash = "sha256-whgxjoDF7aey3xWy2b9Dp+NHsszK6By+raEbygcSU6w=";
|
||||
rev = "1b29816235b7573fca7f964709fd201e1a187024";
|
||||
hash = "sha256-icNt2T1obK3hFNgBOgiiyOoiScUfz9blmRbNp3aOUBE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user