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