bashunit: 0.23.0 -> 0.24.0 (#445031)

authored by Pol Dellaiera and committed by GitHub ff234864 ea27db19

+2 -2
+2 -2
pkgs/by-name/ba/bashunit/package.nix
··· 12 12 13 13 stdenvNoCC.mkDerivation (finalAttrs: { 14 14 pname = "bashunit"; 15 - version = "0.23.0"; 15 + version = "0.24.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "TypedDevs"; 19 19 repo = "bashunit"; 20 20 tag = finalAttrs.version; 21 - hash = "sha256-sYg5zrB887rliBLdiZ6ZFcK2OVJjpRMO2fT498aOYF0="; 21 + hash = "sha256-TIt1EG/KQCslwZH9seF5SUgH242ZkUkWf8HWqNBIrD0="; 22 22 forceFetchGit = true; # needed to include the tests directory for the check phase 23 23 }; 24 24