dustbowl: update zotero
This commit is contained in:
parent
8fbf0c6532
commit
909e53d6d4
1 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
zotero-beta = prev.zotero-beta.overrideAttrs (finalAttrs: prevAttrs: rec {
|
zotero-beta = prev.zotero-beta.overrideAttrs (finalAttrs: prevAttrs: rec {
|
||||||
version = "7.0.0-beta.99+174bde745";
|
version = "7.0.0-beta.103+691d26886";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
let
|
let
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
in
|
in
|
||||||
pkgs.fetchurl {
|
pkgs.fetchurl {
|
||||||
url = "https://download.zotero.org/client/beta/${escapedVersion}/Zotero-${escapedVersion}_linux-x86_64.tar.bz2";
|
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
|
# Add TeleSec root certificate to /etc/ explicitly for eduroam
|
||||||
environment.etc."ssl/certs/T-TeleSec_GlobalRoot_Class_2.pem".source = pkgs.fetchurl {
|
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";
|
url = "https://www.pki.dfn.de/fileadmin/PKI/zertifikate/T-TeleSec_GlobalRoot_Class_2.pem";
|
||||||
sha256 = "0if8aqd06sid7a0vw009zpa087wxcgdd2x6z2zs4pis5kvyqj2dk";
|
hash = "sha256-swmJ/Z5Fx0v0F9900dpjnR8E1P0JAL6BOi1qAxpWyEU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.dnscrypt-proxy2 = {
|
# services.dnscrypt-proxy2 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue