Unverified Commit 30701174 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #315630 from r-ryantm/auto-update/krapslog

krapslog: 0.5.4 -> 0.6.0
parents 9ec2a497 0bddd325
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "krapslog";
  version = "0.5.4";
  version = "0.6.0";

  src = fetchFromGitHub {
    owner = "acj";
    repo = "krapslog-rs";
    rev = version;
    sha256 = "sha256-nYKqPaO7sA9aWPqngLoTq2PkpAi9zCADFZhYwIK1L2s=";
    sha256 = "sha256-wRziLNMwLZBCn330FNC9x6loCCyuC+31Kh51ZI/j1Cc=";
  };

  cargoHash = "sha256-Ybz2hNRMWSRuF6tWKsm0Ka7TOKwKvssA9/i6Hqk1tEE=";
  cargoHash = "sha256-5jhEcwOdzLqzxQsEBqo4d5ecsg/vhiKuVjGYIwFzihE=";

  buildInputs = lib.optional stdenv.isDarwin libiconv;