Commit 6442a6f8 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.mdformat-footnote: fix hash

parent ffef9198
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ buildPythonPackage rec {
    owner = "executablebooks";
    repo = "mdformat-footnote";
    tag = "v${version}";
    hash = "sha256-JVxztVcp60LynacPw8tBrmSfe6Ool8zyK+aYwaKhyiA=";
    hash = "sha256-QiekcxKfJGWog8rfSL6VIDHdo7rpw8ftl/dDJpVpdUg=";
  };

  nativeBuildInputs = [ flit-core ];