Merge pull request #161687 from r-ryantm/auto-update/natural-docs

natural-docs: 2.1.1 -> 2.2
This commit is contained in:
Renaud 2022-02-27 19:12:05 +01:00 committed by GitHub
commit d246b57145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "natural-docs";
version = "2.1.1";
version = "2.2";
src = fetchzip {
url = "https://naturaldocs.org/download/natural_docs/${version}/Natural_Docs_${version}.zip";
sha256 = "03fizjgvhiw3lqyykqw1whdh97xyiy3f226c1348ll61ryjxamqw";
sha256 = "sha256-W0E9wamzABnPleVhHHXTIdWJk8kWnrUHojM+pcsowy8=";
};
dontPatch = true;