writedisk 1.2.0 -> 1.3.0

This commit is contained in:
devhell 2022-08-19 17:36:59 +01:00
parent bd97e17fa7
commit 6b3f341eab

View File

@ -7,15 +7,15 @@
rustPlatform.buildRustPackage rec {
pname = "writedisk";
version = "1.2.0";
version = "1.3.0";
src = fetchCrate {
inherit version;
pname = "writedisk";
sha256 = "sha256-f5+Qw9Agepx2wIUmsAA2M9g/ajbFjjLR5RPPtQncRKU=";
sha256 = "sha256-MZFnNb8rJMu/nlH8rfnD//bhqPSkhyXucbTrwsRM9OY=";
};
cargoSha256 = "sha256-SMAhh7na+XQyVtbfzsBGOCdBRLP58JL1fPSBVKFkhdc=";
cargoSha256 = "sha256-DGroBBozAViibbIYbtqH2SxIGLqdtyJ9XKyz7O1L05g=";
nativeBuildInputs = [ pkg-config ];