bash_unit: 1.9.1 -> 2.0.0

This commit is contained in:
R. Ryantm 2022-07-07 05:29:09 +00:00
parent 354697e946
commit 99047f1f14

View file

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