pkgs: cargoSha -> cargoHash
This commit is contained in:
parent
53cd440152
commit
aa7a3fa154
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ rustPlatform.buildRustPackage {
|
||||||
nativeBuildInputs = [pkgs.pkg-config];
|
nativeBuildInputs = [pkgs.pkg-config];
|
||||||
buildInputs = [pkgs.openssl];
|
buildInputs = [pkgs.openssl];
|
||||||
|
|
||||||
cargoSha256 = "sha256-j3FtsrxAvPX2UhMjtLXyWsmLEEn/ZQ6R9nH6PSG844c=";
|
cargoHash = "sha256-j3FtsrxAvPX2UhMjtLXyWsmLEEn/ZQ6R9nH6PSG844c=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Chatterino Plugin Manager ";
|
description = "Chatterino Plugin Manager ";
|
||||||
|
|
|
@ -18,7 +18,7 @@ rustPlatform.buildRustPackage {
|
||||||
nativeBuildInputs = [pkgs.pkg-config];
|
nativeBuildInputs = [pkgs.pkg-config];
|
||||||
buildInputs = [pkgs.openssl];
|
buildInputs = [pkgs.openssl];
|
||||||
|
|
||||||
cargoSha256 = "sha256-COWFG766DVWXbGm8raVSH1nBpsS5HdTat5BHzv7QR4o=";
|
cargoHash = "sha256-COWFG766DVWXbGm8raVSH1nBpsS5HdTat5BHzv7QR4o=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "a CLI currency converter, written in rust, for practice";
|
description = "a CLI currency converter, written in rust, for practice";
|
||||||
|
|
|
@ -14,7 +14,7 @@ rustPlatform.buildRustPackage {
|
||||||
sha256 = "sha256-+a1B1Z/N7OsGTVmIBp/JJZYdvTerClHo7y1Bn419dlg=";
|
sha256 = "sha256-+a1B1Z/N7OsGTVmIBp/JJZYdvTerClHo7y1Bn419dlg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-A8W7Qz+8cy6sPjLBC5a4Brz+cCyGPeNM1f7oZ6pmfe0=";
|
cargoHash = "sha256-A8W7Qz+8cy6sPjLBC5a4Brz+cCyGPeNM1f7oZ6pmfe0=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "password generator for rust practice";
|
description = "password generator for rust practice";
|
||||||
|
|
Loading…
Reference in a new issue