Merge pull request #125362 from r-ryantm/auto-update/bash_unit

bash_unit: 1.7.1 -> 1.7.2
This commit is contained in:
Sandro 2021-06-02 20:01:12 +02:00 committed by GitHub
commit d251a62f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''