dustbowl: update zotero

This commit is contained in:
joachimschmidt557 2024-07-20 00:01:34 +02:00
parent 8fbf0c6532
commit 909e53d6d4
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -36,7 +36,7 @@
});
zotero-beta = prev.zotero-beta.overrideAttrs (finalAttrs: prevAttrs: rec {
version = "7.0.0-beta.99+174bde745";
version = "7.0.0-beta.103+691d26886";
src =
let
@ -44,7 +44,7 @@
in
pkgs.fetchurl {
url = "https://download.zotero.org/client/beta/${escapedVersion}/Zotero-${escapedVersion}_linux-x86_64.tar.bz2";
hash = "sha256-cKXY6hAImH/UNZu+Ckz3372CsoJochTkPustIwZqax4=";
hash = "sha256-8hSz4RqgtA83brvn54JmvBM4dWNKl4E9PWQ8s5Wtk1o=";
};
});
})
@ -126,7 +126,7 @@
# Add TeleSec root certificate to /etc/ explicitly for eduroam
environment.etc."ssl/certs/T-TeleSec_GlobalRoot_Class_2.pem".source = pkgs.fetchurl {
url = "https://www.pki.dfn.de/fileadmin/PKI/zertifikate/T-TeleSec_GlobalRoot_Class_2.pem";
sha256 = "0if8aqd06sid7a0vw009zpa087wxcgdd2x6z2zs4pis5kvyqj2dk";
hash = "sha256-swmJ/Z5Fx0v0F9900dpjnR8E1P0JAL6BOi1qAxpWyEU=";
};
# services.dnscrypt-proxy2 = {