Skip to content

Commit

Permalink
Merge pull request #203937 from nagy/tomlcpp
Browse files Browse the repository at this point in the history
tomlcpp: 0.pre+date=2022-05-01 -> 0.pre+date=2022-06-25
  • Loading branch information
AndersonTorres authored Dec 3, 2022
2 parents 03472e8 + 6fa55c7 commit cfc9354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
15 changes: 0 additions & 15 deletions pkgs/development/libraries/tomlcpp/0001-missing-headers.diff

This file was deleted.

16 changes: 4 additions & 12 deletions pkgs/development/libraries/tomlcpp/default.nix
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
{ lib
, stdenv
, fetchFromGitHub
}:
{ lib, stdenv, fetchFromGitHub }:

stdenv.mkDerivation rec {
pname = "tomlcpp";
version = "0.pre+date=2022-05-01";
version = "0.pre+date=2022-06-25";

src = fetchFromGitHub {
owner = "cktan";
repo = pname;
rev = "59fcc6dc89fb3f4130a2865e41e1fa5b8c502e45";
hash = "sha256-Uc6R5KnGIZXY0EJgFM4Xi7Jtxcu6l8yGh5xgFZPoJDM=";
rev = "4212f1fccf530e276a2e1b63d3f99fbfb84e86a4";
hash = "sha256-PM3gURXhyTZr59BWuLHvltjKOlKUSBT9/rqTeX5V//k=";
};

patches = [
# Self-explaining
./0001-missing-headers.diff
];

dontConfigure = true;

installFlags = [
Expand Down

0 comments on commit cfc9354

Please # to comment.