Skip to content

Commit

Permalink
taschenrechner: 1.4.0 -> 1.5.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 33de8dc)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 28, 2024
1 parent 460a2ed commit 6468b58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ta/taschenrechner/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
pname = "taschenrechner";
version = "1.4.0";
version = "1.5.0";

src = fetchFromGitLab {
domain = "gitlab.fem-net.de";
owner = "mabl";
repo = "taschenrechner";
rev = version;
hash = "sha256-5Vml6UeiWz7fNA+vEQ/Ita2YI8dGgDclqkzQ848AwVk=";
hash = "sha256-ZZVghL0R3p5sE8V9Z0MsmTiCacuE2RXohQQEYJYgp/o=";
};

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

meta = with lib; {
description = "Cli-calculator written in Rust";
Expand Down

0 comments on commit 6468b58

Please sign in to comment.