Unverified Commit eae7b79d authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

riffdiff: 3.3.10 -> 3.4.0 (#422716)

parents 2f36fa17 4597f717
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,17 +9,17 @@

rustPlatform.buildRustPackage rec {
  pname = "riffdiff";
  version = "3.3.10";
  version = "3.4.0";

  src = fetchFromGitHub {
    owner = "walles";
    repo = "riff";
    tag = version;
    hash = "sha256-5HxQF8PVDonWpmxHEFT4zWZTWzzn50UzBU1z0ahuaGM=";
    hash = "sha256-b2Jgj/QABRd6BN3PhTEK6pid74oRknx0/CUg2UfQWS8=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-8O4ZLKaQajrvNp7tH8iuVRPriuIIdesBmuv5MXyTafA=";
  cargoHash = "sha256-Pt+SL3R28Gr54hgN3jZ1ZaH3L4JKEZz7hhtuX45P3IY=";

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