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

dotter: 0.12.15 -> 0.12.16
This commit is contained in:
figsoda 2023-07-22 21:18:44 -04:00 committed by GitHub
commit 7129c83d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "dotter";
version = "0.12.15";
version = "0.12.16";
src = fetchFromGitHub {
owner = "SuperCuber";
repo = "dotter";
rev = "v${version}";
hash = "sha256-quMEwg/B4ey6zoxDZO2ce3/s1FX5xxmJfyAlt4YvFqE=";
hash = "sha256-mAvTy/11a9RGSQpElhpKMzsMC7vA7cbeHsNRy9MnIjw=";
};
cargoHash = "sha256-D8H95dE+th1mMzlLmd+fqU5VdlxdOSBHKSjvh21JhnE=";
cargoHash = "sha256-lVhATGh4pP7xj/L8XmPe5fuUUjwPz6qgCtOzIheOvGk=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];