Merge pull request #245148 from r-ryantm/auto-update/dotter

dotter: 0.12.16 -> 0.13.0
This commit is contained in:
figsoda 2023-07-24 09:47:52 -04:00 committed by GitHub
commit d890807a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
rustPlatform.buildRustPackage rec {
pname = "dotter";
version = "0.12.16";
version = "0.13.0";
src = fetchFromGitHub {
owner = "SuperCuber";
@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-mAvTy/11a9RGSQpElhpKMzsMC7vA7cbeHsNRy9MnIjw=";
};
cargoHash = "sha256-lVhATGh4pP7xj/L8XmPe5fuUUjwPz6qgCtOzIheOvGk=";
cargoHash = "sha256-XsDp/ssoNVdTHDTPm2ucgBeYmFgbeBIxQ/NsGjCl5Qg=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];