Skip to content

Commit 4fd5f92

Browse files
authored
taschenrechner: 1.4.0 -> 1.5.0 (#368689)
2 parents e3f5829 + 33de8dc commit 4fd5f92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ta/taschenrechner/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "taschenrechner";
9-
version = "1.4.0";
9+
version = "1.5.0";
1010

1111
src = fetchFromGitLab {
1212
domain = "gitlab.fem-net.de";
1313
owner = "mabl";
1414
repo = "taschenrechner";
1515
rev = version;
16-
hash = "sha256-5Vml6UeiWz7fNA+vEQ/Ita2YI8dGgDclqkzQ848AwVk=";
16+
hash = "sha256-ZZVghL0R3p5sE8V9Z0MsmTiCacuE2RXohQQEYJYgp/o=";
1717
};
1818

19-
cargoHash = "sha256-BZGkdHR66O3GjKl9yM/bKxdGdvWFB/YO2Egg6V/wuB8=";
19+
cargoHash = "sha256-xZ3Ki1HLzF7A1+83GQNTBgRjn802Z9ZAKENKB5CykCc=";
2020

2121
meta = with lib; {
2222
description = "Cli-calculator written in Rust";

0 commit comments

Comments
 (0)