kopuz: 0.9.0 -> 0.10.0 (#542684)

This commit is contained in:
isabel
2026-07-20 15:40:31 +00:00
committed by GitHub
+8 -4
View File
@@ -6,6 +6,7 @@
cmake,
git,
openssl,
cacert,
tailwindcss_4,
dioxus-cli,
yt-dlp,
@@ -44,18 +45,21 @@ rustPlatform.buildRustPackage (finalAttrs: {
__structuredAttrs = true;
pname = "kopuz";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "Kopuz-org";
repo = "kopuz";
tag = "v${finalAttrs.version}";
hash = "sha256-e3cPRxaUIbxXRQqGXRf9rVLP97eVGnz/D24O8WGDJcA=";
hash = "sha256-6Un2U9pfUfEHyx7x2zx7hRrAkqd/PbODCOZyb4EcC9o=";
};
cargoHash = "sha256-69FjH+cXaqsviDUlAGnkPrvxKVq0w3LXDwgEraoaEGA=";
cargoHash = "sha256-so8Q2Xx5XRQBB7RvD3muciPIUryW75AN5L98EnXJLMY=";
env.RUSTY_V8_ARCHIVE = librustyV8;
env = {
RUSTY_V8_ARCHIVE = librustyV8;
SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
};
nativeBuildInputs = [
pkg-config