Skip to content

Commit

Permalink
mdds: 1.3.1 -> 1.4.1 (#45814)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
mdds
  • Loading branch information
r-ryantm authored and xeji committed Aug 31, 2018
1 parent 9a93fa2 commit 8972067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mdds/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, boost }:

stdenv.mkDerivation rec {
version = "1.3.1";
version = "1.4.1";
name = "mdds-${version}";

src = fetchurl {
url = "https://kohei.us/files/mdds/src/mdds-${version}.tar.bz2";
sha256 = "18g511z1lgfxrga2ld9yr95phmyfbd3ymbv4q5g5lyjn4ljcvf6w";
sha256 = "1hs4lhmmr44ynljn7bjsyvnjbbfrz7dda18lan4dq1jzgz1r1ils";
};

postInstall = ''
Expand Down

0 comments on commit 8972067

Please sign in to comment.