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

Merge pull request #298271 from r-ryantm/auto-update/kalker

kalker: 2.0.4 -> 2.1.0
parents 03c153f3 1ca0475b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
  pname = "kalker";
  version = "2.0.4";
  version = "2.1.0";

  src = fetchFromGitHub {
    owner = "PaddiM8";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-8tJi4PRGhNCndiMRdZUvCSdx/+p9OhJyJ3AbD+PucSo=";
    hash = "sha256-oBdo/FQZsJnUwhGrBuRWKZIvw2lZab9N/rv/muofs04=";
  };

  cargoHash = "sha256-rGy4tkjjPiV2lpdOtfqjsXgBgi/x+45K4KeUDhyfQoA=";
  cargoHash = "sha256-v4biE3J1a3qxiqJrSTFxyZhOJpoCnh2lZFBjy4O3XiE=";

  buildInputs = [ gmp mpfr libmpc ];