Skip to content

Commit 227cc6e

Browse files
committed
1 parent 6b73c05 commit 227cc6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/by-name/st/stratis-cli/package.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "stratis-cli";
10-
version = "3.8.0";
10+
version = "3.8.1";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "stratis-storage";
1515
repo = "stratis-cli";
1616
tag = "v${version}";
17-
hash = "sha256-hbkklUX8QHGl9O+0Bcem6nbwyp6jbzFz5YtArh0W0oE=";
17+
hash = "sha256-zyby53QEC9txH/EP0plV4vUg9fRV6tZJtdQEWQ2iKCA=";
1818
};
1919

2020
build-system = with python3Packages; [
@@ -42,6 +42,8 @@ python3Packages.buildPythonApplication rec {
4242

4343
pythonImportsCheck = [ "stratis_cli" ];
4444

45+
env.STRATIS_STRICT_POOL_FEATURES = "1"; # required for unit tests
46+
4547
passthru.tests = nixosTests.stratis;
4648

4749
meta = with lib; {

0 commit comments

Comments
 (0)