bats.libraries.bats-detik: 1.3.0 -> 1.3.2 (#338040)

This commit is contained in:
Sandro 2024-09-03 22:25:19 +02:00 committed by GitHub
commit 1cafed561b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
platforms = lib.platforms.all;
homepage = "https://github.com/bats-core/bats-assert";
license = lib.licenses.cc0;
maintainers = [ ];
maintainers = with lib.maintainers; [ brokenpip3 ];
};
});
@ -47,18 +47,18 @@
platforms = lib.platforms.all;
homepage = "https://github.com/bats-core/bats-file";
license = lib.licenses.cc0;
maintainers = [ ];
maintainers = with lib.maintainers; [ brokenpip3 ];
};
});
bats-detik = stdenv.mkDerivation (finalAttrs: {
pname = "bats-detik";
version = "1.3.0";
version = "1.3.2";
src = fetchFromGitHub {
owner = "bats-core";
repo = "bats-detik";
rev = "v${finalAttrs.version}";
hash = "sha256-cbWNZ9a/Q9reJLQxUyTdqfLykOJcJKnoKB123ao8/xM=";
hash = "sha256-Lz5BPKHtgdakKRALPZFFgz91d07Ubk5rUgA+Ep2aoG8=";
};
dontBuild = true;
installPhase = ''
@ -98,7 +98,7 @@
platforms = lib.platforms.all;
homepage = "https://github.com/bats-core/bats-support";
license = lib.licenses.cc0;
maintainers = [ ];
maintainers = with lib.maintainers; [ brokenpip3 ];
};
});
}