cppreference-doc: 20220730 -> 20230810

This commit is contained in:
Nicolas Benes 2023-08-12 11:12:29 +02:00
parent f5d7bcf742
commit 71fc406d35

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "cppreference-doc";
version = "20220730";
version = "20230810";
src = fetchurl {
url = "https://github.com/PeterFeicht/${pname}/releases/download/v${version}/html-book-${version}.tar.xz";
hash = "sha256-cfFQA8FouNxaAMuvGbZICps+h6t+Riqjnttj11EcAos=";
hash = "sha256-McCOTZnobH9j8yTT/1ME7/IDATHEoKwNHjwZxiyO1oQ=";
};
sourceRoot = ".";