specr-transpile: 0.1.22 -> 0.1.24

Diff: https://diff.rs/specr-transpile/0.1.22/0.1.24
This commit is contained in:
figsoda 2023-08-24 15:18:04 -04:00
parent 0f95d1cfe1
commit 0bf95687f7

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "specr-transpile";
version = "0.1.22";
version = "0.1.24";
src = fetchCrate {
inherit pname version;
hash = "sha256-D3UdQ3L7fSSFWlVSjqjEUqNCQebMHOtZnJqO7sBjm14=";
hash = "sha256-+7NjB87pfFh8472gOV4HoKIqSiHnTCFOEVdKYBsn1qg=";
};
cargoHash = "sha256-f0Gwxr7J56Q11Rv26mycCYbCidr5bXUwo4kmnVWMCz4=";
cargoHash = "sha256-VgEyXm1uSsNJVjUYx66A35vLNxYErTrC8qBhYVlYyH4=";
meta = with lib; {
description = "Converts Specr lang code to Rust";