stratisd: 3.7.3 -> 3.8.0

Diff: https://github.com/stratis-storage/stratisd/compare/refs/tags/stratisd-v3.7.3...stratisd-v3.8.0

Nick Cao 01839ab6 24e93be5

+4 -4
+4 -4
pkgs/by-name/st/stratisd/package.nix
··· 29 29 30 30 stdenv.mkDerivation rec { 31 31 pname = "stratisd"; 32 - version = "3.7.3"; 32 + version = "3.8.0"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "stratis-storage"; 36 - repo = pname; 36 + repo = "stratisd"; 37 37 tag = "stratisd-v${version}"; 38 - hash = "sha256-W8ssLTFU36t6iLrt9S9V8qcN7EP4IsL7VbhNPLpftio="; 38 + hash = "sha256-58Lh5W0ZDb5ST7kFeEYnblZu1pRJyVBfCVJi9y62q3U="; 39 39 }; 40 40 41 41 cargoDeps = rustPlatform.fetchCargoVendor { 42 42 inherit src; 43 - hash = "sha256-blhB+UfvG22Xe2O0csZ00/jgnVcLTUIkDJG5P22mffQ="; 43 + hash = "sha256-LeYZyjxImbNHOT1fffBeHnhEs+ZeFnLmBv/96nqg92c="; 44 44 }; 45 45 46 46 postPatch = ''