Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b7aeeacdc372
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 71eebe8d2722
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 12, 2020

  1. mdcat: 0.15.1 -> 0.16.0

    r-ryantm committed Apr 12, 2020
    Copy the full SHA
    5face5f View commit details

Commits on Apr 13, 2020

  1. Merge pull request #85107 from r-ryantm/auto-update/mdcat

    mdcat: 0.15.1 -> 0.16.0
    marsam authored Apr 13, 2020
    Copy the full SHA
    71eebe8 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/text/mdcat/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/text/mdcat/default.nix
Original file line number Diff line number Diff line change
@@ -2,19 +2,19 @@

rustPlatform.buildRustPackage rec {
pname = "mdcat";
version = "0.15.1";
version = "0.16.0";

src = fetchFromGitHub {
owner = "lunaryorn";
repo = pname;
rev = "mdcat-${version}";
sha256 = "0qvlnjw0h2hnap1crnprdrynqvg7pywq32qin5fdkk4fv496wjhs";
sha256 = "10svzq7656lynfcgnbyaibfvv48i4289ymxfc0bn0212biyrl1zb";
};

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl ] ++ stdenv.lib.optional stdenv.isDarwin Security;

cargoSha256 = "12s0dakv37vvvd43xzkydr7w3cpp7sizk8s1kalg4b0xz6ydghcp";
cargoSha256 = "05nh3dfr7mdw21sdavyyjhr8sa4jcfqzwizbgg92ib7r834ir3m0";

checkInputs = [ ansi2html ];
checkPhase = ''