mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
ffizer: 2.13.1 -> 2.13.2
This commit is contained in:
parent
3367e70de7
commit
b9756b03b3
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "ffizer";
|
pname = "ffizer";
|
||||||
version = "2.13.1";
|
version = "2.13.2";
|
||||||
|
|
||||||
buildFeatures = [ "cli" ];
|
buildFeatures = [ "cli" ];
|
||||||
|
|
||||||
|
@ -18,11 +18,11 @@ rustPlatform.buildRustPackage rec {
|
||||||
owner = "ffizer";
|
owner = "ffizer";
|
||||||
repo = "ffizer";
|
repo = "ffizer";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-ZX6Zv6ioAO33Cc5WCVBgJWlOmNvbVgckMylRnphpOdw=";
|
hash = "sha256-GL1tdWOcbdybPayfShoGnxHsqYi8p+DZ6Eo/8bvWElE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-JbCRD2P2jt2f+c2BUnb512p5ulein0guzgx4gj3SeVU=";
|
cargoHash = "sha256-5hsJ6eMiUPOqAzW1bdXTGTP5tY6VM2tTdySpkJl6pAY=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue