Merge pull request #149962 from r-ryantm/auto-update/mdds

mdds: 1.7.0 -> 2.0.0
This commit is contained in:
Mario Rodas
2021-12-11 09:54:43 -05:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mdds";
version = "1.7.0";
version = "2.0.1";
src = fetchurl {
url = "https://kohei.us/files/${pname}/src/${pname}-${version}.tar.bz2";
sha256 = "1kzy70b18f2dsqarmdmzbj9nc9kf2lvc5xxgkg6wdax3jf12lsm6";
sha256 = "sha256-OrM/zljmrPlUDMGlImS+aGPvgPVawocZTMmM2kjnH+Y=";
};
postInstall = ''