chore: replace forked libraries by official ones
This commit is contained in:
parent
377a978a31
commit
e626f26b03
1 changed files with 4 additions and 4 deletions
|
@ -9,12 +9,12 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
oscrypto = fetchurl {
|
oscrypto = fetchurl {
|
||||||
url = "https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/oscrypto_1.3.0_fork_2023-12-19.zip";
|
url = "https://github.com/wbond/oscrypto/archive/refs/tags/1.3.0.zip";
|
||||||
hash = "sha256-D872/kQemxB2D7yUSuCIreAMGJOc9V7PtVommZPlwxc=";
|
hash = "sha256-oUpDnTLkaNpoWRFx+R4yFTeUKjGdriB+C6cHHzd/P80=";
|
||||||
};
|
};
|
||||||
asn1crypto = fetchurl {
|
asn1crypto = fetchurl {
|
||||||
url = "https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/asn1crypto_1.5.1.zip";
|
url = "https://github.com/wbond/asn1crypto/archive/refs/tags/1.5.1.zip";
|
||||||
hash = "sha256-f0Wtf5qLAtuPqQ80uOfWtV4grf5CChRL3fcjkMSmEFA=";
|
hash = "sha256-5H8BLisxlT4Wk/MOiJtI8yjHgy3B5hgufiScmC6YGjU=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
Loading…
Add table
Reference in a new issue