bashunit: 0.24.0 -> 0.25.0 (#450806)
This commit is contained in:
@@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "bashunit";
|
pname = "bashunit";
|
||||||
version = "0.24.0";
|
version = "0.25.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TypedDevs";
|
owner = "TypedDevs";
|
||||||
repo = "bashunit";
|
repo = "bashunit";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-TIt1EG/KQCslwZH9seF5SUgH242ZkUkWf8HWqNBIrD0=";
|
hash = "sha256-GYHI1vrZ+WlHCWR9O1LrVSFr3+HKO8aBLSs79RJyl2Y=";
|
||||||
forceFetchGit = true; # needed to include the tests directory for the check phase
|
forceFetchGit = true; # needed to include the tests directory for the check phase
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user