bash_unit: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm 2022-09-29 07:01:03 +00:00 committed by Bobby Rong
parent 14abeff728
commit 0a8eb74288

View file

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