{stratisd,stratis-cli}: 3.8.1 -> 3.8.2 (#425541)

This commit is contained in:
misuzu
2025-07-26 12:00:19 +03:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "stratis-cli";
version = "3.8.1";
version = "3.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "stratis-storage";
repo = "stratis-cli";
tag = "v${version}";
hash = "sha256-zyby53QEC9txH/EP0plV4vUg9fRV6tZJtdQEWQ2iKCA=";
hash = "sha256-0evuBr3ziiWKkR0FDjZ9BXrfRpQR7JtHsm/sYE8pIbg=";
};
build-system = with python3Packages; [
+3 -3
View File
@@ -30,18 +30,18 @@
stdenv.mkDerivation rec {
pname = "stratisd";
version = "3.8.1";
version = "3.8.2";
src = fetchFromGitHub {
owner = "stratis-storage";
repo = "stratisd";
tag = "stratisd-v${version}";
hash = "sha256-vYqvYC3r1TQ62YtMJYOx8bRxFJOam5ntbOS+FJZL/gQ=";
hash = "sha256-7AT1+kqMFcsJXNsdArwbjLyOTe69X85iMhSbqn6929w=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
hash = "sha256-B3n9Ot4CFcVL/R2wHPuDIPBca/5pb2VgcuP1pxnnUrA=";
hash = "sha256-zehtQHCjvDjNoY2UNte77kbUCq5j6dkUwIGhyh2VXgo=";
};
postPatch = ''