mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
yank: 0.4.1 -> 0.6.0, fixes #11522
This commit is contained in:
parent
6c9931c556
commit
700835bb45
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "mptre";
|
owner = "mptre";
|
||||||
repo = "yank";
|
repo = "yank";
|
||||||
rev = "v${meta.version}";
|
rev = "v${meta.version}";
|
||||||
sha256 = "066nsm8b5785r2zaajihf8g6x9hc4n8kpk3j2n1slp5alnhx93mx";
|
sha256 = "0v1imwjp851gz86p9m3x1dd8bi649gr8j99xz6ask1pbkxvji73c";
|
||||||
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.4.1";
|
version = "0.6.0";
|
||||||
maintainers = [ maintainers.dochang ];
|
maintainers = [ maintainers.dochang ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue