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