Skip to content

Commit

Permalink
Merge pull request #321096 from NixOS/backport-318947-to-release-24.05
Browse files Browse the repository at this point in the history
[Backport release-24.05] cppreference-doc: 20230810 -> 20240610
  • Loading branch information
NickCao authored Jun 19, 2024
2 parents 3ae5657 + 4ee7668 commit dd457de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/misc/cppreference-doc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation rec {
pname = "cppreference-doc";
version = "20230810";
version = "20240610";

src = fetchurl {
url = "https://github.com/PeterFeicht/${pname}/releases/download/v${version}/html-book-${version}.tar.xz";
hash = "sha256-McCOTZnobH9j8yTT/1ME7/IDATHEoKwNHjwZxiyO1oQ=";
hash = "sha256-vCQSper39glNTrcPdlvfj2SeZUqKq/IBYMWoFpdoR2E=";
};

sourceRoot = ".";
Expand Down

0 comments on commit dd457de

Please sign in to comment.