Merge pull request #204907 from NickCao/stratis

stratisd: 3.4.1 -> 3.4.2

authored by

figsoda and committed by
GitHub
493419b0 3549d21d

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