redlib: 0.36.0-unstable-2025-09-09 -> 0.36.0-unstable-2025-12-16

This commit is contained in:
Jennings Zhang
2025-12-17 01:34:44 -05:00
parent 8c29619e5f
commit b8569ae5c8
+6 -4
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage {
pname = "redlib";
version = "0.36.0-unstable-2025-09-09";
version = "0.36.0-unstable-2025-12-16";
src = fetchFromGitHub {
owner = "redlib-org";
repo = "redlib";
rev = "a989d19ca92713878e9a20dead4252f266dc4936";
hash = "sha256-YJZVkCi8JQ1U47s52iOSyyf32S3b35pEqw4YTW8FHVY=";
rev = "ba98178bbce0f62265095ba085128c7022e51a1f";
hash = "sha256-ERTEoT7w8oGA0ztrzc9r9Bl/7OOay+APg3pW+h3tgvM=";
};
cargoHash = "sha256-L35VSQdIbKGGsBPU2Sj/MoYohy1ZibgZ+7NVa3yNjH8=";
cargoHash = "sha256-ageSjIX0BLVYlLAjeojQq5N6/VASOIpwXNR/3msl/p4=";
postInstall = ''
install --mode=444 -D contrib/redlib.service $out/lib/systemd/system/redlib.service
@@ -56,6 +56,8 @@ rustPlatform.buildRustPackage {
"--skip=test_oauth_client_refresh"
"--skip=test_oauth_token_exists"
"--skip=test_oauth_headers_len"
"--skip=oauth::test_generic_web_backend"
"--skip=oauth::test_mobile_spoof_backend"
];
env = {