From f3834e6fde576ff36334212a16b0744af25fc4d8 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sat, 22 Apr 2023 10:22:09 +0800 Subject: [PATCH] stratisd: 3.5.3 -> 3.5.4 Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.3...v3.5.4 --- 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 bf51406cce8a..73cb3798ef2e 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.3"; + version = "3.5.4"; src = fetchFromGitHub { owner = "stratis-storage"; repo = pname; rev = "v${version}"; - hash = "sha256-/ow5IclJvlMRsEIXUdZLLxVfyWIHFPHn2QEewcW7N1s="; + hash = "sha256-V/1gNgjunT11ErXWIa5hDp2+onPCTequCswwXWD5+9E="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; - hash = "sha256-ryvsAT2Ex0jj+v0Bk9qTWaK270wJhMrtZw99TICpyjo="; + hash = "sha256-RljuLL8tep42KNGVsS5CxI7xuhxEjRZ90jVn3jUhVYM="; }; postPatch = ''