Skip to content

Commit

Permalink
yank 0.7.1 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang committed Jan 30, 2017
1 parent c225750 commit 42d3f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/yank/default.nix
Expand Up @@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "mptre";
repo = "yank";
rev = "v${meta.version}";
sha256 = "1m8pnarm8n5x6ylbzxv8j9amylrllw166arrj4cx9f2jp2zbzcic";
sha256 = "0d1vvmz6wg1m2byd22bxikywnm2970kyfsm46fhagxardsxbp6hj";
inherit name;
};

Expand All @@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
'';
downloadPage = "https://github.com/mptre/yank/releases";
license = licenses.mit;
version = "0.7.1";
version = "0.8.0";
maintainers = [ maintainers.dochang ];
platforms = platforms.unix;
};
Expand Down

0 comments on commit 42d3f67

Please sign in to comment.