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
2 changed files with 385 additions and 341 deletions
File diff suppressed because it is too large Load Diff
@@ -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 = {