Unverified Commit ed60ce09 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #214566 from r-ryantm/auto-update/rustypaste

rustypaste: 0.8.2 -> 0.8.4
parents c0c4f250 00c8e192
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "rustypaste";
  version = "0.8.2";
  version = "0.8.4";

  src = fetchFromGitHub{
    owner = "orhun";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-EKW/Cik4La66bI7EVbFnhivk1o0nIudJdBW7F5dbQaI=";
    sha256 = "sha256-tx2ipgvYDdCwcWFeZ/qgGXyKe+kHLuOgDAz/8vf2zEs=";
  };

  cargoSha256 = "sha256-zIrvBHPthPAzReojmBLb0odDQGcGwZS10rP15qb/zgs=";
  cargoHash = "sha256-/zji2sFaOweBo666LqfNRpO/0vi1eAGgOReeuvQIaEQ=";

  # Some tests need network
  checkFlags = [