moxide: 0.1.0 -> 0.2.0 (#388374)

Co-authored-by: Dlurak <Dlurak@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-09 09:10:08 +00:00
committed by GitHub
co-authored by Dlurak
+3 -3
View File
@@ -5,15 +5,15 @@
}:
rustPlatform.buildRustPackage rec {
pname = "moxide";
version = "0.1.0";
version = "0.2.0";
useFetchCargoVendor = true;
cargoHash = "sha256-xCiONML/3Rj6C4kPctwAFW5P+1IUZSNY966KWrXt2Fg=";
cargoHash = "sha256-nHp5KSU1mzsr3t8diREhs5fbxrJcJaEpciZNKCkmp5A=";
src = fetchFromGitHub {
owner = "dlurak";
repo = "moxide";
tag = "v${version}";
hash = "sha256-XYEcMaHqu84aKIcV0pQZXl4sIeH9BkRGA2gcwZveXCU=";
hash = "sha256-f3suE8Gz7V62+O1J3W+Ps2HhVCAhRmxRFfrB2Lc1Tz4=";
};
meta = {