Skip to content

Commit

Permalink
mini-calc: 3.3.3 -> 3.3.5 (NixOS#372274)
Browse files Browse the repository at this point in the history
Co-authored-by: Sigmanificient <edhyjox@gmail.com>
  • Loading branch information
nixpkgs-merge-bot[bot] and Sigmanificient authored Jan 9, 2025
2 parents b7fba4a + 149febe commit fd66c69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/mi/mini-calc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "mini-calc";
version = "3.3.3";
version = "3.3.5";

src = fetchFromGitHub {
owner = "vanilla-extracts";
repo = "calc";
rev = version;
hash = "sha256-ra0A06dHRkHCT/K/7+jvkkd2DvTjkhd1/+hSqFuzAtU=";
hash = "sha256-A5nD1SuV2p2o+WRTHr9tqhyqfeZMiGWi9QUXFSSM7C0=";
};

cargoHash = "sha256-4vL8zNNPyulXb0y6+G1n4X7stjqiMhEb7g3TPXolnWY=";
cargoHash = "sha256-tL9KQq8r+oDJK5PuHw0H2TV+gEt9yuNOEjyBe7SH0FU=";

nativeBuildInputs = [ makeWrapper ];
postFixup = ''
Expand Down

0 comments on commit fd66c69

Please sign in to comment.