Merge pull request #276474 from r-ryantm/auto-update/toml-f

toml-f: 0.4.1 -> 0.4.2
This commit is contained in:
markuskowa 2023-12-25 14:11:35 +01:00 committed by GitHub
commit dc01e60d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "toml-f";
version = "0.4.1";
version = "0.4.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-sCU0uMdcXIA5O964hlK37cOrLTlk1CJeTcWD9FhevOs=";
hash = "sha256-+cac4rUNpd2w3yBdH1XoCKdJ9IgOHZioZg8AhzGY0FE=";
};
nativeBuildInputs = [ gfortran cmake ];