Merge pull request #125555 from lovesegfault/auto-update/kalk
kalk -> kalker
This commit is contained in:
commit
1e5e12d735
3 changed files with 8 additions and 7 deletions
|
@ -4,17 +4,17 @@
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "kalk";
|
pname = "kalker";
|
||||||
version = "0.5.4";
|
version = "1.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "PaddiM8";
|
owner = "PaddiM8";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-lHHnNiNy8L8GdjOj5EqtticnksPrCwhFoFatFrWEQJ4=";
|
sha256 = "sha256-1iZvp30/V0bw9NBxiKNiDgOMYJkDsGhTGdBsAPggdEg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-Qtip9CeurTM4aY67F5tSM3fis6W/dlnaIVMQ29UoBzc=";
|
cargoSha256 = "sha256-fBWnMlOLgwrOBPS2GIfOUDHQHcMMaU5r9JZVMbA+W58=";
|
||||||
|
|
||||||
nativeBuildInputs = [ m4 ];
|
nativeBuildInputs = [ m4 ];
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://kalk.strct.net";
|
homepage = "https://kalker.strct.net";
|
||||||
changelog = "https://github.com/PaddiM8/kalk/releases/tag/v${version}";
|
changelog = "https://github.com/PaddiM8/kalker/releases/tag/v${version}";
|
||||||
description = "A command line calculator";
|
description = "A command line calculator";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
A command line calculator that supports math-like syntax with user-defined
|
A command line calculator that supports math-like syntax with user-defined
|
|
@ -340,6 +340,7 @@ mapAliases ({
|
||||||
jikes = throw "jikes was deprecated on 2019-10-07: abandoned by upstream";
|
jikes = throw "jikes was deprecated on 2019-10-07: abandoned by upstream";
|
||||||
joseki = apache-jena-fuseki; # added 2016-02-28
|
joseki = apache-jena-fuseki; # added 2016-02-28
|
||||||
json_glib = json-glib; # added 2018-02-25
|
json_glib = json-glib; # added 2018-02-25
|
||||||
|
kalk = kalker; # added 2021-06-03
|
||||||
kdecoration-viewer = throw "kdecoration-viewer has been removed from nixpkgs, as there is no upstream activity"; # 2020-06-16
|
kdecoration-viewer = throw "kdecoration-viewer has been removed from nixpkgs, as there is no upstream activity"; # 2020-06-16
|
||||||
k9copy = throw "k9copy has been removed from nixpkgs, as there is no upstream activity"; # 2020-11-06
|
k9copy = throw "k9copy has been removed from nixpkgs, as there is no upstream activity"; # 2020-11-06
|
||||||
kodiGBM = kodi-gbm;
|
kodiGBM = kodi-gbm;
|
||||||
|
|
|
@ -2849,7 +2849,7 @@ in
|
||||||
|
|
||||||
kaldi = callPackage ../tools/audio/kaldi { };
|
kaldi = callPackage ../tools/audio/kaldi { };
|
||||||
|
|
||||||
kalk = callPackage ../tools/misc/kalk { };
|
kalker = callPackage ../tools/misc/kalker { };
|
||||||
|
|
||||||
kisslicer = callPackage ../tools/misc/kisslicer { };
|
kisslicer = callPackage ../tools/misc/kisslicer { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue