bashunit: 0.39.1 -> 0.40.0

This commit is contained in:
R. Ryantm
2026-06-21 18:55:42 +00:00
parent 47bfa50bc3
commit 4b5733165c
+2 -2
View File
@@ -17,13 +17,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "bashunit";
version = "0.39.1";
version = "0.40.0";
src = fetchFromGitHub {
owner = "TypedDevs";
repo = "bashunit";
tag = finalAttrs.version;
hash = "sha256-yMzi2SFEMSNNFztapWavMmbueWwVK0GWjyFR3cJZmTg=";
hash = "sha256-7KH0zcoRPbY56h8FtJ0WbCqM2dSn/bklAPIthnktkpI=";
forceFetchGit = true; # needed to include the tests directory for the check phase
};