Merge pull request #298271 from r-ryantm/auto-update/kalker
kalker: 2.0.4 -> 2.1.0
This commit is contained in:
commit
4916a1ade1
1 changed files with 3 additions and 3 deletions
|
@ -8,16 +8,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "kalker";
|
pname = "kalker";
|
||||||
version = "2.0.4";
|
version = "2.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PaddiM8";
|
owner = "PaddiM8";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
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 ];
|
buildInputs = [ gmp mpfr libmpc ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue