dustbowl: update zotero

This commit is contained in:
joachimschmidt557 2024-08-08 18:47:00 +02:00
parent 419ad60de2
commit 815097d5fb
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.103+691d26886";
version = "7.0.0-beta.115+4c32317ba";
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-8hSz4RqgtA83brvn54JmvBM4dWNKl4E9PWQ8s5Wtk1o=";
hash = "sha256-22VXRqjVGDr6yoqHVj+nIpEdibh7jBJ23mAh/yRF7c8=";
};
});
})