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

bash_unit: 1.7.2 -> 1.8.0
This commit is contained in:
Ryan Mulligan 2021-12-07 06:42:22 -08:00 committed by GitHub
commit 18fdba837d
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.2";
version = "1.8.0";
src = fetchFromGitHub {
owner = "pgrange";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+hEgag5H7PaBwZSBp3D17q3TZRO2SVBe5M1Ep/jeg1w=";
sha256 = "sha256-QWZnzliiqUfg6kXq1VGTNczupxNCgz1gFURrB/K2b4A=";
};
installPhase = ''