Merge pull request #35876 from ryantm/auto-update/mpdas-0.4.4-to-0.4.5

mpdas: 0.4.4 -> 0.4.5
This commit is contained in:
Frederik Rietdijk
2018-02-27 16:01:48 +00:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "mpdas-${version}"; name = "mpdas-${version}";
version = "0.4.4"; version = "0.4.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hrkfdn"; owner = "hrkfdn";
repo = "mpdas"; repo = "mpdas";
rev = version; rev = version;
sha256 = "1i6i36jd582y3nm5plcrswqljf528hd23whp8zw06hwqnsgca5b6"; sha256 = "0fcqc4w6iwbi1n3cllcgj0k61zffhqkbr8668myxap21m35x8y1r";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];