We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3f5829 + 33de8dc commit 4fd5f92Copy full SHA for 4fd5f92
pkgs/by-name/ta/taschenrechner/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "taschenrechner";
9
- version = "1.4.0";
+ version = "1.5.0";
10
11
src = fetchFromGitLab {
12
domain = "gitlab.fem-net.de";
13
owner = "mabl";
14
repo = "taschenrechner";
15
rev = version;
16
- hash = "sha256-5Vml6UeiWz7fNA+vEQ/Ita2YI8dGgDclqkzQ848AwVk=";
+ hash = "sha256-ZZVghL0R3p5sE8V9Z0MsmTiCacuE2RXohQQEYJYgp/o=";
17
};
18
19
- cargoHash = "sha256-BZGkdHR66O3GjKl9yM/bKxdGdvWFB/YO2Egg6V/wuB8=";
+ cargoHash = "sha256-xZ3Ki1HLzF7A1+83GQNTBgRjn802Z9ZAKENKB5CykCc=";
20
21
meta = with lib; {
22
description = "Cli-calculator written in Rust";
0 commit comments