From 05fb5bf2ba6206956b2476fc02be3d10b5232db3 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Tue, 15 Jul 2025 14:57:19 -0400 Subject: [PATCH 1/2] stratisd: 3.8.1 -> 3.8.2 Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.8.1...refs/tags/stratisd-v3.8.2 --- pkgs/by-name/st/stratisd/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/st/stratisd/package.nix b/pkgs/by-name/st/stratisd/package.nix index a65f9f88ddfb..23d42b1e0bc4 100644 --- a/pkgs/by-name/st/stratisd/package.nix +++ b/pkgs/by-name/st/stratisd/package.nix @@ -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 = '' From c6a96849edf06b1a86f785b5ef8d33a12fa8492b Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Tue, 15 Jul 2025 14:58:10 -0400 Subject: [PATCH 2/2] stratis-cli: 3.8.1 -> 3.8.2 Diff: https://github.com/stratis-storage/stratis-cli/compare/refs/tags/v3.8.1...refs/tags/v3.8.2 --- pkgs/by-name/st/stratis-cli/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/st/stratis-cli/package.nix b/pkgs/by-name/st/stratis-cli/package.nix index d63f3e442dd0..952a0ba60d21 100644 --- a/pkgs/by-name/st/stratis-cli/package.nix +++ b/pkgs/by-name/st/stratis-cli/package.nix @@ -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; [