Merge pull request #253126 from figsoda/oculante

oculante: 0.7.3 -> 0.7.4
This commit is contained in:
Nick Cao 2023-09-03 11:52:29 -04:00 committed by GitHub
commit 39104a4d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 584 additions and 89 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,13 +21,13 @@
rustPlatform.buildRustPackage rec {
pname = "oculante";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "woelper";
repo = pname;
rev = version;
hash = "sha256-Q4YEBEA+Kt09Se9b03EZ6phm+6Q3fAxXCZRXQeqPA2k=";
hash = "sha256-EyGbCOPc+ClsBUQCi9PPXeU7PmiUSANH20DGPuvgfAM=";
};
cargoLock = {