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

Nick Cao 05fb5bf2 d77f686c

+3 -3
+3 -3
pkgs/by-name/st/stratisd/package.nix
··· 30 30 31 31 stdenv.mkDerivation rec { 32 32 pname = "stratisd"; 33 - version = "3.8.1"; 33 + version = "3.8.2"; 34 34 35 35 src = fetchFromGitHub { 36 36 owner = "stratis-storage"; 37 37 repo = "stratisd"; 38 38 tag = "stratisd-v${version}"; 39 - hash = "sha256-vYqvYC3r1TQ62YtMJYOx8bRxFJOam5ntbOS+FJZL/gQ="; 39 + hash = "sha256-7AT1+kqMFcsJXNsdArwbjLyOTe69X85iMhSbqn6929w="; 40 40 }; 41 41 42 42 cargoDeps = rustPlatform.fetchCargoVendor { 43 43 inherit src; 44 - hash = "sha256-B3n9Ot4CFcVL/R2wHPuDIPBca/5pb2VgcuP1pxnnUrA="; 44 + hash = "sha256-zehtQHCjvDjNoY2UNte77kbUCq5j6dkUwIGhyh2VXgo="; 45 45 }; 46 46 47 47 postPatch = ''