From e626f26b03dc665292e55c848fe814b1a6384cd6 Mon Sep 17 00:00:00 2001 From: nydragon Date: Wed, 19 Mar 2025 13:18:07 +0100 Subject: [PATCH] chore: replace forked libraries by official ones --- packages/acsm-calibre-plugin/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/acsm-calibre-plugin/default.nix b/packages/acsm-calibre-plugin/default.nix index d4ab965..68a3ba9 100644 --- a/packages/acsm-calibre-plugin/default.nix +++ b/packages/acsm-calibre-plugin/default.nix @@ -9,12 +9,12 @@ }: let oscrypto = fetchurl { - url = "https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/oscrypto_1.3.0_fork_2023-12-19.zip"; - hash = "sha256-D872/kQemxB2D7yUSuCIreAMGJOc9V7PtVommZPlwxc="; + url = "https://github.com/wbond/oscrypto/archive/refs/tags/1.3.0.zip"; + hash = "sha256-oUpDnTLkaNpoWRFx+R4yFTeUKjGdriB+C6cHHzd/P80="; }; asn1crypto = fetchurl { - url = "https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/asn1crypto_1.5.1.zip"; - hash = "sha256-f0Wtf5qLAtuPqQ80uOfWtV4grf5CChRL3fcjkMSmEFA="; + url = "https://github.com/wbond/asn1crypto/archive/refs/tags/1.5.1.zip"; + hash = "sha256-5H8BLisxlT4Wk/MOiJtI8yjHgy3B5hgufiScmC6YGjU="; }; in stdenv.mkDerivation {