alexandria: 0.12.0 -> 0.13.1

This commit is contained in:
Moritz Sanft 2024-11-17 21:27:48 +01:00
parent 7e852ea9ea
commit 263fcff3e9
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615

View File

@ -2,7 +2,6 @@
rustPlatform, rustPlatform,
lib, lib,
fetchFromGitHub, fetchFromGitHub,
libsoup,
pkg-config, pkg-config,
webkitgtk_4_0, webkitgtk_4_0,
openssl, openssl,
@ -12,17 +11,19 @@
gtk3, gtk3,
wrapGAppsHook3, wrapGAppsHook3,
cargo-tauri_1, cargo-tauri_1,
librsvg,
libappindicator-gtk3,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "alexandria"; pname = "alexandria";
version = "0.12"; version = "0.13.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "btpf"; owner = "btpf";
repo = "Alexandria"; repo = "Alexandria";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-NX89Sg639dSwUcUGrpgmdcO4tXl2iszctiRDcBVLbUA="; hash = "sha256-18i3/HLTfhBSa9/c55dCOfFal+V40wcHcLoYt1dU+d0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -33,10 +34,10 @@ rustPlatform.buildRustPackage rec {
npmDeps = fetchNpmDeps { npmDeps = fetchNpmDeps {
inherit src; inherit src;
sourceRoot = "${src.name}"; sourceRoot = "${src.name}";
hash = "sha256-/RGaZMCJftjzvFLp8J/d9+MsxQwe7P0WfISz0JE3fn4="; hash = "sha256-6r9bEY7e1Eef/0/CJ26ITpFJcCVUEKLrFx+TNEomLPE=";
}; };
cargoHash = "sha256-W8HCpGuDkq8XfdrSvYfAHyX+oh30/bX29qdclN4P5yo="; cargoHash = "sha256-AsR2BJuz4RdPX1lmORwn6nK+8cm2Xmm1EOsxYkWx3hc=";
env = { env = {
OPENSSL_NO_VENDOR = 1; OPENSSL_NO_VENDOR = 1;
@ -55,7 +56,8 @@ rustPlatform.buildRustPackage rec {
openssl openssl
webkitgtk_4_0 webkitgtk_4_0
gtk3 gtk3
libsoup librsvg
libappindicator-gtk3
]; ];
npmRoot = ".."; npmRoot = "..";