yank 0.7.1 -> 0.8.0
This commit is contained in:
parent
c2257506ae
commit
42d3f67439
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "mptre";
|
owner = "mptre";
|
||||||
repo = "yank";
|
repo = "yank";
|
||||||
rev = "v${meta.version}";
|
rev = "v${meta.version}";
|
||||||
sha256 = "1m8pnarm8n5x6ylbzxv8j9amylrllw166arrj4cx9f2jp2zbzcic";
|
sha256 = "0d1vvmz6wg1m2byd22bxikywnm2970kyfsm46fhagxardsxbp6hj";
|
||||||
inherit name;
|
inherit name;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -28,7 +28,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.7.1";
|
version = "0.8.0";
|
||||||
maintainers = [ maintainers.dochang ];
|
maintainers = [ maintainers.dochang ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user