mini-calc: 3.3.5 -> 3.4.1

This commit is contained in:
R. Ryantm 2025-02-09 13:46:15 +00:00
parent 6f1338e307
commit ca8e227777

View File

@ -9,17 +9,17 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "mini-calc"; pname = "mini-calc";
version = "3.3.5"; version = "3.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vanilla-extracts"; owner = "vanilla-extracts";
repo = "calc"; repo = "calc";
rev = version; rev = version;
hash = "sha256-A5nD1SuV2p2o+WRTHr9tqhyqfeZMiGWi9QUXFSSM7C0="; hash = "sha256-p3McMsMo+l9fqLd6PZz4GBxoac4aZkJ3b4bQdmnooKI=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-TFAt0JcPX8EKTSwyxF5efYJC5LbSPBr2f9L4DaQ1ebI="; cargoHash = "sha256-VOv1CqUpsvRY0Zln7grGBRLegtJ3NhiuIxiEoBKe2eQ=";
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];
postFixup = '' postFixup = ''