bash_unit: 1.7.1 -> 1.7.2

This commit is contained in:
R. RyanTM 2021-06-02 11:01:06 +00:00
parent ea76dc26a2
commit a26fcc1816

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "bash_unit";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "pgrange";
repo = pname;
rev = "v${version}";
sha256 = "02cam5gkhnlwhb9aqcqmkl8kskgikih0bmyx09ybi3gpaf4z82f7";
sha256 = "sha256-+hEgag5H7PaBwZSBp3D17q3TZRO2SVBe5M1Ep/jeg1w=";
};
installPhase = ''