Merge pull request #49914 from r-ryantm/auto-update/yank

yank: 1.0.0 -> 1.1.0
This commit is contained in:
Renaud 2018-11-09 10:06:32 +01:00 committed by GitHub
commit d85c3a952c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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