mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
nushellPlugins.gstat: 0.83.0 -> 0.83.1
Diff: https://github.com/nushell/nushell/compare/0.83.1...0.83.1
This commit is contained in:
parent
5becdd85fc
commit
f7a4a3764f
@ -11,9 +11,9 @@ let
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
inherit pname;
|
||||
version = nushell.version;
|
||||
version = "0.83.1";
|
||||
src = nushell.src;
|
||||
cargoHash = "sha256-+RFCkM++6DgrwFjTr3JlCgh9FqDBUOQsOucbZAi+V/k=";
|
||||
cargoHash = "sha256-qRKONc8rDRALEin8WGxi7Jma4uD+U+9Gu6zpmYWmGOc=";
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ openssl ];
|
||||
cargoBuildFlags = [ "--package nu_plugin_gstat" ];
|
||||
|
Loading…
Reference in New Issue
Block a user