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

bash_unit: 1.7.1 -> 1.7.2

authored by

Sandro and committed by
GitHub
d251a62f 50aeda31

+2 -2
+2 -2
pkgs/tools/misc/bash_unit/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "bash_unit"; 7 - version = "1.7.1"; 7 + version = "1.7.2"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "pgrange"; 11 11 repo = pname; 12 12 rev = "v${version}"; 13 - sha256 = "02cam5gkhnlwhb9aqcqmkl8kskgikih0bmyx09ybi3gpaf4z82f7"; 13 + sha256 = "sha256-+hEgag5H7PaBwZSBp3D17q3TZRO2SVBe5M1Ep/jeg1w="; 14 14 }; 15 15 16 16 installPhase = ''