Merge pull request #234519 from figsoda/oculante

oculante: 0.6.63 -> 0.6.64
This commit is contained in:
Nick Cao 2023-05-27 23:40:16 -06:00 committed by GitHub
commit d52d43310d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 385 additions and 341 deletions

File diff suppressed because it is too large Load diff

View file

@ -21,13 +21,13 @@
rustPlatform.buildRustPackage rec {
pname = "oculante";
version = "0.6.63";
version = "0.6.64";
src = fetchFromGitHub {
owner = "woelper";
repo = pname;
rev = version;
sha256 = "sha256-ynxGpx8LLcd4/n9hz/bbhpZUxqX1sPS7LFYPZ22hTxo=";
sha256 = "sha256-7Xe01Z4ea+EHaMHwb81cjJkCW/HDobmFZ29YxKcaYJg=";
};
cargoLock = {