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

This commit is contained in:
Franz Pletz 2024-10-10 14:01:15 +02:00 committed by GitHub
commit 92c31ec430
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

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

View File

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