mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
bats: 0.4.0 -> 1.1.0
This commit is contained in:
parent
c230f56f48
commit
8c2b4ad454
1 changed files with 4 additions and 4 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bats-${version}";
|
name = "bats-${version}";
|
||||||
version = "0.4.0";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/sstephenson/bats/archive/v${version}.tar.gz";
|
url = "https://github.com/bats-core/bats-core/archive/v${version}.tar.gz";
|
||||||
sha256 = "05xpvfm0xky1532i3hd2l3wznxzh99bv2hxgykwdpxh18h6jr6jm";
|
sha256 = "1kkh0j2alql3xiyhw9wsvcc3xclv52g0ivgyk8h85q9fn3qdqakz";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = "patchShebangs ./install.sh";
|
patchPhase = "patchShebangs ./install.sh";
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
installPhase = "./install.sh $out";
|
installPhase = "./install.sh $out";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/sstephenson/bats;
|
homepage = https://github.com/bats-core/bats-core;
|
||||||
description = "Bash Automated Testing System";
|
description = "Bash Automated Testing System";
|
||||||
maintainers = [ maintainers.lnl7 ];
|
maintainers = [ maintainers.lnl7 ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|
Loading…
Reference in a new issue