Unverified Commit e3ec4981 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

bashunit: 0.25.0 -> 0.26.0 (#459708)

parents f1c6b62e 7e0359f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "bashunit";
  version = "0.25.0";
  version = "0.26.0";

  src = fetchFromGitHub {
    owner = "TypedDevs";
    repo = "bashunit";
    tag = finalAttrs.version;
    hash = "sha256-GYHI1vrZ+WlHCWR9O1LrVSFr3+HKO8aBLSs79RJyl2Y=";
    hash = "sha256-cZ2fcm4OxA3Ly8QRkOQSjaSZW80/Pu2z10+iN4pDFOs=";
    forceFetchGit = true; # needed to include the tests directory for the check phase
  };