Commit a41f02d0 authored by figsoda's avatar figsoda
Browse files
parent d8497242
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 = {