gnvim: upgrade cargo fetcher and cargoSha256 (#82015)
This commit is contained in:
parent
0b933b4085
commit
fa353a0f0a
1 changed files with 3 additions and 7 deletions
|
@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "11gb59lhc1sp5dxj2fdm6072f4nxxay0war3kmchdwsk41nvxlrh";
|
sha256 = "11gb59lhc1sp5dxj2fdm6072f4nxxay0war3kmchdwsk41nvxlrh";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Delete this on next update; see #79975 for details
|
cargoSha256 = "0ay7hx5bzchp772ywgxzia12c44kbyarrshl689cmqh59wphsrx5";
|
||||||
legacyCargoFetcher = true;
|
|
||||||
|
|
||||||
cargoSha256 = "00r5jf5qdw02vcv3522qqrnwj14mip0l58prcncbvyg4pxlm2rb2";
|
|
||||||
|
|
||||||
buildInputs = [ gtk webkitgtk ];
|
buildInputs = [ gtk webkitgtk ];
|
||||||
|
|
||||||
|
@ -43,8 +40,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "GUI for neovim, without any web bloat";
|
description = "GUI for neovim, without any web bloat";
|
||||||
homepage = "https://github.com/vhakulinen/gnvim";
|
homepage = "https://github.com/vhakulinen/gnvim";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ minijackson ];
|
maintainers = with maintainers; [ minijackson ];
|
||||||
inherit version;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue