Commit 3e7dae99 authored by Phillip Seeber's avatar Phillip Seeber
Browse files

toml-f: 0.3.1 -> 0.4.1

parent 46da009c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "toml-f";
  version = "0.3.1";
  version = "0.4.1";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    hash = "sha256-8FbnUkeJUP4fiuJCroAVDo6U2M7ZkFLpG2OYrapMYtU=";
    hash = "sha256-sCU0uMdcXIA5O964hlK37cOrLTlk1CJeTcWD9FhevOs=";
  };

  nativeBuildInputs = [ gfortran cmake ];