lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nushellPlugins.units: 0.1.5 -> 0.1.6

R. Ryantm 3bcf9576 c3f9e1d1

+3 -3
+3 -3
pkgs/shells/nushell/plugins/units.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "nushell_plugin_units"; 12 - version = "0.1.5"; 12 + version = "0.1.6"; 13 13 14 14 src = fetchFromGitHub { 15 15 repo = "nu_plugin_units"; 16 16 owner = "JosephTLyons"; 17 17 rev = "v${version}"; 18 - hash = "sha256-Uw8OcfSETRceaoEnJP1B++v0SqGjzaYz1wCMVMe774s="; 18 + hash = "sha256-1KyuUaWN+OiGpo8Ohc/8B+nisdb8uT+T3qBu+JbaVYo="; 19 19 }; 20 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-3v9jP8nL0JqtC76igsCytkQAVTgWqzHH0KQX3o6bi0c="; 21 + cargoHash = "sha256-LYVwFM8znN96LwOwRnauehrucSqHnKNPoMzl2HRczww="; 22 22 23 23 nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ]; 24 24 cargoBuildFlags = [ "--package nu_plugin_units" ];