Unverified Commit 34c81694 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

diffedit3: 0.6.0 -> 0.6.1 (#451959)

parents 5a4d2598 2e758513
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

rustPlatform.buildRustPackage rec {
  pname = "diffedit3";
  version = "0.6.0";
  version = "0.6.1";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-o3Y3SQLkMxYMepGyvK6m/8aA5ZDwCAYdYUhGplkckjU=";
    hash = "sha256-tlrP97XMAAnk5H5wTHPsP1DMSmDqV9wJp1n+22jUtnM=";
  };

  cargoHash = "sha256-XAtp5pCKFQRqyF9Y0udrcudgF5i3vWxk//kZ/hRsFaA=";
  cargoHash = "sha256-Hv3T0pxNUwp7No5tmFopMGjNdxfje4gRODj3B7sDVcg=";

  passthru = {
    updateScript = nix-update-script { };