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

Merge pull request #259859 from figsoda/oculante

oculante: 0.7.6 -> 0.7.7
parents 27e491c0 a527510a
Loading
Loading
Loading
Loading
+282 −257

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.7.6";
  version = "0.7.7";

  src = fetchFromGitHub {
    owner = "woelper";
    repo = pname;
    rev = version;
    hash = "sha256-nUq/Fwftfg7H+HlMZO2JMfGBeCOs6nEAcsbrbowPC4A=";
    hash = "sha256-uDSZ7qwDC/eR0aZN372ju21PBGuBiiYmlx/26Ta3luE=";
  };

  cargoLock = {