Merge pull request #204907 from NickCao/stratis

stratisd: 3.4.1 -> 3.4.2
This commit is contained in:
figsoda 2022-12-07 14:48:26 -05:00 committed by GitHub
commit 493419b077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,18 +24,18 @@
stdenv.mkDerivation rec {
pname = "stratisd";
version = "3.4.1";
version = "3.4.2";
src = fetchFromGitHub {
owner = "stratis-storage";
repo = pname;
rev = "v${version}";
hash = "sha256-NM6+1Etf7pOOSKNuxGIUlAbtZwixof7wNgkPoMwPn7w=";
hash = "sha256-Ui0L03KLePqLvxWaJm+qGQ8q+S8Sz0jwtLhIORNWeAk=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
hash = "sha256-anxDfls5MTfvklIDst+Ocduzc8ds5pD3WDaDUtF6R+g=";
hash = "sha256-o4MKnJycyzlFfE1YyByyjn/XENheLw4tdVXtgzVxDJM=";
};
postPatch = ''