Unverified Commit e53d225b authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

riffdiff: 3.4.1 -> 3.5.0 (#454125)

parents 60f04cd0 b0bc8fac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "riffdiff";
  version = "3.4.1";
  version = "3.5.0";

  src = fetchFromGitHub {
    owner = "walles";
    repo = "riff";
    tag = version;
    hash = "sha256-IpEgWbmWFW4X09EeAfWadncH4ptzSom2+7kvh8h3hcM=";
    hash = "sha256-qA20sLiGqDtIPWBNww+WXM5AG162RPTdkUPoJ0PLiYY=";
  };

  cargoHash = "sha256-I0hBh9FFoy+RhEUAHfgQa+UiSgOS0mYJy+2W/0/9kG4=";
  cargoHash = "sha256-omwKOstRXIAUDgLUFqmtxu77JJzAOASzbjLEImad1cE=";

  passthru = {
    tests.version = testers.testVersion { package = riffdiff; };