chore(goose): update package version and source details
- Updated the version from 1.0.16 to 1.0.16-1. - Replaced GitHub tag with a specific revision for better precision. - Updated cargo and source hashes to match the new revision.
This commit is contained in:
parent
9f6e703c9e
commit
49ecff0fec
|
@ -25,17 +25,18 @@ let
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "goose-cli";
|
pname = "goose-cli";
|
||||||
version = "1.0.16";
|
version = "1.0.16-1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "block";
|
owner = "block";
|
||||||
repo = "goose";
|
repo = "goose";
|
||||||
tag = "v${version}";
|
#tag = "v${version}";
|
||||||
hash = "sha256-fwywPX+tmfECno7x7cCExc2SoASZ6XzOzaVciMBkiBk=";
|
rev = "e7ad230957053dac7643701a69439ac19d5d2bf6";
|
||||||
|
hash = "sha256-328lLQeZClZI/mKFLvUppdZLjYwwiMR6WmS2ZroZxLU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-Gu+mMFzOkswTbm1AygkaZynW7c+9vHZHTMFUNMWWiEg=";
|
cargoHash = "sha256-hcIbwNDagH5pajHrJxp+qJscLRHKr3SAFkNPr4NwtBc=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue