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

Merge pull request #253126 from figsoda/oculante

oculante: 0.7.3 -> 0.7.4
parents 5f16b90e a41f02d0
Loading
Loading
Loading
Loading
+581 −86

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.3";
  version = "0.7.4";

  src = fetchFromGitHub {
    owner = "woelper";
    repo = pname;
    rev = version;
    hash = "sha256-Q4YEBEA+Kt09Se9b03EZ6phm+6Q3fAxXCZRXQeqPA2k=";
    hash = "sha256-EyGbCOPc+ClsBUQCi9PPXeU7PmiUSANH20DGPuvgfAM=";
  };

  cargoLock = {