airgorah: 0.7.3 -> 0.7.4

This commit is contained in:
R. Ryantm
2025-09-05 00:36:12 +00:00
parent bdbd743a2b
commit e3b38ddb56
+3 -3
View File
@@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "airgorah";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "martin-olivier";
repo = "airgorah";
tag = "v${version}";
hash = "sha256-cIb40TKkk3gfy4dTP8WyZqQkRGj5nItaQ3NSfexCUOA=";
hash = "sha256-6TH+DRDtWajZjHNmFSKL4XJK+AuDNUbWKRPRryOpSGY=";
};
cargoHash = "sha256-3Les/A9fBBjU6NSVVEyXCbjrNSdaEgCl5pZ36ceRDQg=";
cargoHash = "sha256-LiSaNyqsKBZ5nNP7mws1pjhVwTXNBF6e1wSUdG/qYog=";
nativeBuildInputs = [
pkg-config