Merge pull request #187470 from devhell/bump-writedisk

This commit is contained in:
Sandro
2022-08-19 21:26:37 +02:00
committed by GitHub
+3 -3
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 ];