pkgs: cargoSha -> cargoHash

This commit is contained in:
notohh 2024-08-10 17:06:09 -04:00
parent 53cd440152
commit aa7a3fa154
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = [pkgs.pkg-config];
buildInputs = [pkgs.openssl];
cargoSha256 = "sha256-j3FtsrxAvPX2UhMjtLXyWsmLEEn/ZQ6R9nH6PSG844c=";
cargoHash = "sha256-j3FtsrxAvPX2UhMjtLXyWsmLEEn/ZQ6R9nH6PSG844c=";
meta = with lib; {
description = "Chatterino Plugin Manager ";

View file

@ -18,7 +18,7 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = [pkgs.pkg-config];
buildInputs = [pkgs.openssl];
cargoSha256 = "sha256-COWFG766DVWXbGm8raVSH1nBpsS5HdTat5BHzv7QR4o=";
cargoHash = "sha256-COWFG766DVWXbGm8raVSH1nBpsS5HdTat5BHzv7QR4o=";
meta = with lib; {
description = "a CLI currency converter, written in rust, for practice";

View file

@ -14,7 +14,7 @@ rustPlatform.buildRustPackage {
sha256 = "sha256-+a1B1Z/N7OsGTVmIBp/JJZYdvTerClHo7y1Bn419dlg=";
};
cargoSha256 = "sha256-A8W7Qz+8cy6sPjLBC5a4Brz+cCyGPeNM1f7oZ6pmfe0=";
cargoHash = "sha256-A8W7Qz+8cy6sPjLBC5a4Brz+cCyGPeNM1f7oZ6pmfe0=";
meta = with lib; {
description = "password generator for rust practice";