From cbe088bc7b3a9b20bd8238cf43fea6c2abe94330 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Mon, 21 Oct 2024 18:26:03 -0400 Subject: [PATCH] stratisd: 3.7.2 -> 3.7.3 Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.7.2...stratisd-v3.7.3 --- pkgs/tools/filesystems/stratisd/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/filesystems/stratisd/default.nix b/pkgs/tools/filesystems/stratisd/default.nix index 89261aeac396..3a3899cd4251 100644 --- a/pkgs/tools/filesystems/stratisd/default.nix +++ b/pkgs/tools/filesystems/stratisd/default.nix @@ -28,18 +28,18 @@ stdenv.mkDerivation rec { pname = "stratisd"; - version = "3.7.2"; + version = "3.7.3"; src = fetchFromGitHub { owner = "stratis-storage"; repo = pname; rev = "refs/tags/stratisd-v${version}"; - hash = "sha256-pxLf/YLd7vdAjGRQDvJvwhJXpMUiI3dge5Y5x895SPA="; + hash = "sha256-W8ssLTFU36t6iLrt9S9V8qcN7EP4IsL7VbhNPLpftio="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; - hash = "sha256-btSj69yBbnbK+jdWdMi3rQGKMOLWcwY5Zn3hmEWk/Hs="; + hash = "sha256-Qv2qknWNx2OQeucUFwL1veu3MSF+fd19jFfHCCVGprM="; }; postPatch = ''