motoc: 0.3.1 -> 0.3.3 (#350005)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-10-20 16:42:12 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -511,7 +511,7 @@ dependencies = [
[[package]]
name = "motoc"
version = "0.3.1"
version = "0.3.3"
dependencies = [
"anyhow",
"bindgen 0.70.1",
+2 -2
View File
@@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "motoc";
version = "0.3.1";
version = "0.3.3";
src = fetchFromGitHub {
owner = "galister";
repo = "motoc";
rev = "refs/tags/v${version}";
hash = "sha256-119RWsAM5kKjsxA6wGdjhB99G31QaYlZBRaFCg5TtmI=";
hash = "sha256-AmHTnCUTHoeLsOJrD35BooU9mZr5ctoCJmjW5CaTYBY=";
};
cargoLock = {