serie: 0.4.3 -> 0.4.4

This commit is contained in:
R. Ryantm 2025-02-15 06:36:10 +00:00
parent 866edf51b8
commit bfd6b6d878

View File

@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "serie";
version = "0.4.3";
version = "0.4.4";
src = fetchFromGitHub {
owner = "lusingander";
repo = "serie";
rev = "v${version}";
hash = "sha256-NjEom/UZQ/so27sYU5ADEJQL7KhwnunTjjkh3MLliGA=";
hash = "sha256-Uf7HYcN/lJc2TSl2dZQcOKyEeLHMb2RTQwSzXWZnBkw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-r6fJ2NsBJaJVJzEnST89VY4wEQdpH1FsadV9BuF/K6E=";
cargoHash = "sha256-NbBF747sSxmjlTbcYknNZFFsaIVZ6+wHhjMJ6akg4BU=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
with darwin.apple_sdk.frameworks;