summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-22 16:37:28 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-22 16:37:28 -0700
commitd85259178e4a3e2ef545de5bd9e4a32fa0cdde45 (patch)
tree53770a8b62ccf6f10188fd9bb2b5c2191bf67a7d /pkgs/development
parent40aabe9d483001762bd1a28d494df1d1f871c642 (diff)
downloadnixpkgs-d85259178e4a3e2ef545de5bd9e4a32fa0cdde45.tar
nixpkgs-d85259178e4a3e2ef545de5bd9e4a32fa0cdde45.tar.gz
nixpkgs-d85259178e4a3e2ef545de5bd9e4a32fa0cdde45.tar.bz2
nixpkgs-d85259178e4a3e2ef545de5bd9e4a32fa0cdde45.tar.lz
nixpkgs-d85259178e4a3e2ef545de5bd9e4a32fa0cdde45.tar.xz
nixpkgs-d85259178e4a3e2ef545de5bd9e4a32fa0cdde45.tar.zst
nixpkgs-d85259178e4a3e2ef545de5bd9e4a32fa0cdde45.zip
mdds: 1.2.2 -> 1.3.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.3.1 with grep in /nix/store/1jh7ran6gm77rksnm74kix37b44b1ni9-mdds-1.3.1
- directory tree listing: https://gist.github.com/bd00a4a5fa8495574a863ebf42d43a9a
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/mdds/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mdds/default.nix b/pkgs/development/libraries/mdds/default.nix
index 7b7c77659bd..592b6d7a677 100644
--- a/pkgs/development/libraries/mdds/default.nix
+++ b/pkgs/development/libraries/mdds/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  version = "1.2.2";
+  version = "1.3.1";
   name = "mdds-${version}";
 
   src = fetchurl {
     url = "http://kohei.us/files/mdds/src/mdds-${version}.tar.bz2";
-    sha256 = "17fcjhsq3bzqm7ba9sgp6my3y4226jnwai6q5jq3810i745p67hl";
+    sha256 = "18g511z1lgfxrga2ld9yr95phmyfbd3ymbv4q5g5lyjn4ljcvf6w";
   };
 
   postInstall = ''