From 338611e7663c010494780f84e08e2420bb895560 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Tue, 18 Apr 2023 10:15:32 +0800 Subject: [PATCH] stratisd: 3.5.2 -> 3.5.3 Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.2...v3.5.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 cdfbe47d8457..bf51406cce8a 100644 --- a/pkgs/tools/filesystems/stratisd/default.nix +++ b/pkgs/tools/filesystems/stratisd/default.nix @@ -26,18 +26,18 @@ stdenv.mkDerivation rec { pname = "stratisd"; - version = "3.5.2"; + version = "3.5.3"; src = fetchFromGitHub { owner = "stratis-storage"; repo = pname; rev = "v${version}"; - hash = "sha256-vnN0SO3KbmSQPDGqn4hnrVSxv5ebSDTOoPim1EKWweQ="; + hash = "sha256-/ow5IclJvlMRsEIXUdZLLxVfyWIHFPHn2QEewcW7N1s="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; - hash = "sha256-Cl/6A3SNMKWzuu1JLYgzzXc8XSp+ws+YtAvfPCXZGEA="; + hash = "sha256-ryvsAT2Ex0jj+v0Bk9qTWaK270wJhMrtZw99TICpyjo="; }; postPatch = ''