Merge pull request #251068 from figsoda/specr

specr-transpile: 0.1.21 -> 0.1.22
This commit is contained in:
Matthias Beyer 2023-08-24 08:10:02 +02:00 committed by GitHub
commit 64d0bc674f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "specr-transpile";
version = "0.1.21";
version = "0.1.22";
src = fetchCrate {
inherit pname version;
hash = "sha256-tFiCE6UJ7Jl/KJ7efwcHrX511Rs14ck4a7eY4dpusUc=";
hash = "sha256-D3UdQ3L7fSSFWlVSjqjEUqNCQebMHOtZnJqO7sBjm14=";
};
cargoHash = "sha256-zBo1tLyfNSt04TuYP/SYmqC0ov9HmuXF013EqvrvY20=";
cargoHash = "sha256-f0Gwxr7J56Q11Rv26mycCYbCidr5bXUwo4kmnVWMCz4=";
meta = with lib; {
description = "Converts Specr lang code to Rust";