3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #36098 from ryantm/auto-update/yank-0.8.2-to-0.8.3

yank: 0.8.2 -> 0.8.3
This commit is contained in:
adisbladis 2018-02-28 14:01:06 +08:00 committed by GitHub
commit 864d038757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "mptre"; owner = "mptre";
repo = "yank"; repo = "yank";
rev = "v${meta.version}"; rev = "v${meta.version}";
sha256 = "0nf9y3jsvfjxa3mgigywnyirznn1m4zjm1glnwndrjsjrkcpnzb5"; sha256 = "0v5aynrilm4fj7gz03q0yz6806ssjxhlv4bsa0213bgkin5iiws7";
inherit name; inherit name;
}; };
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
''; '';
downloadPage = "https://github.com/mptre/yank/releases"; downloadPage = "https://github.com/mptre/yank/releases";
license = licenses.mit; license = licenses.mit;
version = "0.8.2"; version = "0.8.3";
maintainers = [ maintainers.dochang ]; maintainers = [ maintainers.dochang ];
platforms = platforms.unix; platforms = platforms.unix;
}; };