1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

fix hashes

This commit is contained in:
Stefan Ellmauthaler 2024-03-12 14:46:02 +01:00
parent 0692f5d8eb
commit 091a2c8dd0
Failed to extract signature

View File

@ -72,18 +72,18 @@ with lib; {
code-block-pro = fetchPlugin { code-block-pro = fetchPlugin {
name = "code-block-pro"; name = "code-block-pro";
version = "1.26.1"; version = "1.26.1";
hash = "sha256-r4jwy2bS5u8E+JSXn8k73qIcWJYjFy2McdV1YlbPQQk="; hash = "sha256-Ble+LCZ68QIRbxiyg7X0Zoq9WTQxqiVnS5HWvsES+E8=";
}; };
wp-bibtex = fetchPlugin { wp-bibtex = fetchPlugin {
name = "wp-bibtex"; name = "wp-bibtex";
version = "3.0.1"; version = "3.0.1";
hash = "sha256-r4jwy2bS5u8E+JSXn8k73qIcWJYjFy2McdV1YlbPQQk="; hash = "sha256-41Z6y78xse0OsxVNtDs/ChCyH70y6+DyfgHLcxpKWmI=";
}; };
pdf-embedder = fetchPlugin { pdf-embedder = fetchPlugin {
name = "pdf-embedder"; name = "pdf-embedder";
version = "4.7.1"; version = "4.7.1";
hash = "sha256-r4jwy2bS5u8E+JSXn8k73qIcWJYjFy2McdV1YlbPQQk="; hash = "sha256-C2UakOTka/Tut6Y0jeA1wbBgcUnRxlVTIAu4mdnyaPA=";
}; };
in in
mkIf cfg.enable { mkIf cfg.enable {