From 39a4220aaf607cdd5544c52081b95da25fe26fb7 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Thu, 9 Feb 2023 09:30:07 +0800 Subject: [PATCH] stratisd: 3.5.0 -> 3.5.1 Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.0...v3.5.1 --- 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 7e0c30ebf19c..0b16c7465294 100644 --- a/pkgs/tools/filesystems/stratisd/default.nix +++ b/pkgs/tools/filesystems/stratisd/default.nix @@ -25,18 +25,18 @@ stdenv.mkDerivation rec { pname = "stratisd"; - version = "3.5.0"; + version = "3.5.1"; src = fetchFromGitHub { owner = "stratis-storage"; repo = pname; rev = "v${version}"; - hash = "sha256-1x6zVWFr4WNpYGVz/UGlP+lycVF2cbWJoiAmiXWzGT8="; + hash = "sha256-PM+griFtuFT9g+Pqx33frWrucVCXSzfyWAJJXAzrMtI="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; - hash = "sha256-emsmdQY2od8XVjNY/rt0BbNsVy2XKtLpe8ydZGRil+Q="; + hash = "sha256-P5GKMNifnEvGcsg0hGZn6hg3/S44fUIzqf5Qjp4R/EM="; }; postPatch = ''