bashunit: 0.22.2 -> 0.22.3
This commit is contained in:
parent
54b5d8a37f
commit
2bbde7d60c
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "bashunit";
|
pname = "bashunit";
|
||||||
version = "0.22.2";
|
version = "0.22.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TypedDevs";
|
owner = "TypedDevs";
|
||||||
repo = "bashunit";
|
repo = "bashunit";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-neQ7/euCGn0u9ph4Z3vGsptayZ47cY0iG6FFRkwBFG0=";
|
hash = "sha256-CN3BmsAFRQSkcS97XkKsL9+lChxb7V05iw8xoq0QVZE=";
|
||||||
forceFetchGit = true; # needed to include the tests directory for the check phase
|
forceFetchGit = true; # needed to include the tests directory for the check phase
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user