mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
nushell-plugins: use new crate release
This commit is contained in:
parent
55820b9a41
commit
16a535a298
1 changed files with 4 additions and 10 deletions
|
@ -13,17 +13,11 @@ in
|
||||||
(pkgs.rustPlatform.buildRustPackage rec {
|
(pkgs.rustPlatform.buildRustPackage rec {
|
||||||
name = "nu-plugin-dbus";
|
name = "nu-plugin-dbus";
|
||||||
version = "0.10.0";
|
version = "0.10.0";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchCrate {
|
||||||
owner = "LordMZTE";
|
inherit version;
|
||||||
repo = "nu_plugin_dbus";
|
pname = "nu_plugin_dbus";
|
||||||
rev = "195c5d4c447a8b64c4c1f2818af63595c1990a53";
|
hash = "sha256-PrZ8iZIqcxzrtAVo8GnYQdbnbNphpJvqmd51/4UBF60=";
|
||||||
hash = "sha256-XVLX0tCgpf5Vfr00kbQZPWMolzHpkMVYKoBHYylpz48=";
|
|
||||||
};
|
};
|
||||||
#src = pkgs.fetchCrate {
|
|
||||||
# inherit version;
|
|
||||||
# pname = "nu_plugin_dbus";
|
|
||||||
# hash = "";
|
|
||||||
#};
|
|
||||||
|
|
||||||
cargoHash = "sha256-0i5OxunUT1K3hP9n496SCXe24lry4ModkspGlphkmBI=";
|
cargoHash = "sha256-0i5OxunUT1K3hP9n496SCXe24lry4ModkspGlphkmBI=";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue