Unverified Commit d52d4331 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #234519 from figsoda/oculante

oculante: 0.6.63 -> 0.6.64
parents 178c44f9 0b899d40
Loading
Loading
Loading
Loading
+368 −324

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -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 = {