fh: 0.1.1 -> 0.1.2
Diff: https://github.com/DeterminateSystems/fh/compare/v0.1.1...v0.1.2
This commit is contained in:
parent
d7ef440dea
commit
cae006e4d0
@ -9,16 +9,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "fh";
|
pname = "fh";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "DeterminateSystems";
|
owner = "DeterminateSystems";
|
||||||
repo = "fh";
|
repo = "fh";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-lTm4C06FtlaIJyhqZ4POubiR4qc0fPHawLS4cpneACg=";
|
hash = "sha256-4IpfVkmSTMTZKsm+eXPtcenMgbis12RaPrJpM1kYaE8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-CvuQeS+g9bdpYzop63BL0UKQsdOELGt1tR2Xz4FLxpE=";
|
cargoHash = "sha256-RHUMrA+mzvT9xXOt/flGfvK0uBBUnAtgHOrgvYivTGs=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
rustPlatform.bindgenHook
|
rustPlatform.bindgenHook
|
||||||
@ -33,11 +33,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
NIX_CFLAGS_COMPILE = "-I${lib.getDev libcxx}/include/c++/v1";
|
NIX_CFLAGS_COMPILE = "-I${lib.getDev libcxx}/include/c++/v1";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Cargo.lock is outdated
|
|
||||||
postConfigure = ''
|
|
||||||
cargo metadata --offline
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The official FlakeHub CLI";
|
description = "The official FlakeHub CLI";
|
||||||
homepage = "https://github.com/DeterminateSystems/fh";
|
homepage = "https://github.com/DeterminateSystems/fh";
|
||||||
|
Loading…
Reference in New Issue
Block a user