lol

Merge pull request #207349 from NickCao/stratisd

stratisd: 3.4.2 -> 3.4.4

authored by

figsoda and committed by
GitHub
5c2ec6f8 85c92fe7

+3 -3
+3 -3
pkgs/tools/filesystems/stratisd/default.nix
··· 24 24 25 25 stdenv.mkDerivation rec { 26 26 pname = "stratisd"; 27 - version = "3.4.2"; 27 + version = "3.4.4"; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "stratis-storage"; 31 31 repo = pname; 32 32 rev = "v${version}"; 33 - hash = "sha256-Ui0L03KLePqLvxWaJm+qGQ8q+S8Sz0jwtLhIORNWeAk="; 33 + hash = "sha256-6VrbouYNB2iOndnDBfww8gT4eFgfP+HWcfep+N1nErI="; 34 34 }; 35 35 36 36 cargoDeps = rustPlatform.fetchCargoTarball { 37 37 inherit src; 38 - hash = "sha256-o4MKnJycyzlFfE1YyByyjn/XENheLw4tdVXtgzVxDJM="; 38 + hash = "sha256-C3nkHQt+w0OYbExDfEpFE0Et6ILJqMNRPXCEWiURf3A="; 39 39 }; 40 40 41 41 postPatch = ''