bash_unit: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm 2024-02-22 15:54:03 +00:00
parent 2a56c2ca68
commit c6cc244b1e

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "bash_unit";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "pgrange";
repo = pname;
rev = "v${version}";
sha256 = "sha256-c1C+uBo5PSH07VjulCxkmvfj7UYm6emdDAaN00uvAcg=";
sha256 = "sha256-sYs7b6I1VhO2TLLhMFuaV9AtLoavcoKvCRYfVNGAg20=";
};
installPhase = ''