nushellPlugins.units: 0.1.5 -> 0.1.6

This commit is contained in:
R. Ryantm
2025-05-10 14:11:12 +00:00
parent c3f9e1d1d8
commit 3bcf95763e

View File

@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "nushell_plugin_units";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitHub {
repo = "nu_plugin_units";
owner = "JosephTLyons";
rev = "v${version}";
hash = "sha256-Uw8OcfSETRceaoEnJP1B++v0SqGjzaYz1wCMVMe774s=";
hash = "sha256-1KyuUaWN+OiGpo8Ohc/8B+nisdb8uT+T3qBu+JbaVYo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-3v9jP8nL0JqtC76igsCytkQAVTgWqzHH0KQX3o6bi0c=";
cargoHash = "sha256-LYVwFM8znN96LwOwRnauehrucSqHnKNPoMzl2HRczww=";
nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
cargoBuildFlags = [ "--package nu_plugin_units" ];