Merge pull request #296285 from r-ryantm/auto-update/ravedude

ravedude: 0.1.7 -> 0.1.8
This commit is contained in:
Weijia Wang 2024-03-24 23:14:55 +01:00 committed by GitHub
commit 069d6244e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "ravedude"; pname = "ravedude";
version = "0.1.7"; version = "0.1.8";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
hash = "sha256-p5pbxnoUBhdDf7acpLStgBvoWZyFYNHxTwzDhGSApRM="; hash = "sha256-AvnojcWQ4dQKk6B1Tjhkb4jfL6BJDsbeEo4tlgbOp84=";
}; };
cargoHash = "sha256-L7eXSji+irjwuOZ5uxqWK9SesRZrqEeoenJgMzqpszo="; cargoHash = "sha256-HeFmQsgr6uHrWi6s5sMQ6n63a44Msarb5p0+wUzKFkE=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];