airgorah: 0.7.3 -> 0.7.4

R. Ryantm e3b38ddb bdbd743a

+3 -3
+3 -3
pkgs/by-name/ai/airgorah/package.nix
··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "airgorah"; 18 - version = "0.7.3"; 19 20 src = fetchFromGitHub { 21 owner = "martin-olivier"; 22 repo = "airgorah"; 23 tag = "v${version}"; 24 - hash = "sha256-cIb40TKkk3gfy4dTP8WyZqQkRGj5nItaQ3NSfexCUOA="; 25 }; 26 27 - cargoHash = "sha256-3Les/A9fBBjU6NSVVEyXCbjrNSdaEgCl5pZ36ceRDQg="; 28 29 nativeBuildInputs = [ 30 pkg-config
··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "airgorah"; 18 + version = "0.7.4"; 19 20 src = fetchFromGitHub { 21 owner = "martin-olivier"; 22 repo = "airgorah"; 23 tag = "v${version}"; 24 + hash = "sha256-6TH+DRDtWajZjHNmFSKL4XJK+AuDNUbWKRPRryOpSGY="; 25 }; 26 27 + cargoHash = "sha256-LiSaNyqsKBZ5nNP7mws1pjhVwTXNBF6e1wSUdG/qYog="; 28 29 nativeBuildInputs = [ 30 pkg-config