bash_unit: 2.0.1 -> 2.1.0

This commit is contained in:
R. Ryantm 2023-03-04 15:59:23 +00:00
parent 45e44c56f1
commit 19a14dd781

View file

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