attic-client: 0-unstable-2024-10-04 -> 0-unstable-2024-10-06 (1b29816)

61ebdef2e2..1b29816235
This commit is contained in:
Zhaofeng Li 2024-10-07 08:44:44 -06:00
parent 021c740e29
commit 6a8e1c4c79
2 changed files with 5 additions and 3 deletions

View File

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

View File

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