kalker: 2.0.4 -> 2.1.0

This commit is contained in:
R. Ryantm 2024-03-23 04:01:25 +00:00
parent 53c8f2940d
commit 1ca0475b99
1 changed files with 3 additions and 3 deletions

View File

@ -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 ];