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: fd494fc01399
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3bbd074217cd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 12, 2020

  1. mdds: 1.5.0 -> 1.6.0

    r-ryantm committed Feb 12, 2020
    Copy the full SHA
    4238308 View commit details

Commits on Apr 20, 2020

  1. Merge pull request #79953 from r-ryantm/auto-update/mdds

    mdds: 1.5.0 -> 1.6.0
    markuskowa authored Apr 20, 2020
    Copy the full SHA
    3bbd074 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/mdds/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mdds/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "mdds";
version = "1.5.0";
version = "1.6.0";

src = fetchurl {
url = "https://kohei.us/files/${pname}/src/${pname}-${version}.tar.bz2";
sha256 = "03b8i43pw4m767mm0cnbi77x7qhpkzpi9b1f6dpp4cmyszmnsk8l";
sha256 = "0zg0v9rfs92ff1gpnb06gzbxbnd9nqdar5fk8dnkmy0jpnf5qn7i";
};

postInstall = ''