From 16a535a298b319b94e8f439f2be290513c0b4ccb Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Wed, 28 Aug 2024 12:49:23 +0200 Subject: [PATCH] nushell-plugins: use new crate release --- nix/nushell-plugins.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/nix/nushell-plugins.nix b/nix/nushell-plugins.nix index cfe2fc7..bca5bed 100644 --- a/nix/nushell-plugins.nix +++ b/nix/nushell-plugins.nix @@ -13,17 +13,11 @@ in (pkgs.rustPlatform.buildRustPackage rec { name = "nu-plugin-dbus"; version = "0.10.0"; - src = pkgs.fetchFromGitHub { - owner = "LordMZTE"; - repo = "nu_plugin_dbus"; - rev = "195c5d4c447a8b64c4c1f2818af63595c1990a53"; - hash = "sha256-XVLX0tCgpf5Vfr00kbQZPWMolzHpkMVYKoBHYylpz48="; + src = pkgs.fetchCrate { + inherit version; + pname = "nu_plugin_dbus"; + hash = "sha256-PrZ8iZIqcxzrtAVo8GnYQdbnbNphpJvqmd51/4UBF60="; }; - #src = pkgs.fetchCrate { - # inherit version; - # pname = "nu_plugin_dbus"; - # hash = ""; - #}; cargoHash = "sha256-0i5OxunUT1K3hP9n496SCXe24lry4ModkspGlphkmBI=";