Merge pull request #252941 from figsoda/specr

specr-transpile: 0.1.24 -> 0.1.25

authored by

Mario Rodas and committed by
GitHub
49bd869a 9a00a52f

+3 -3
+3 -3
pkgs/development/tools/rust/specr-transpile/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "specr-transpile"; 8 - version = "0.1.24"; 8 + version = "0.1.25"; 9 9 10 10 src = fetchCrate { 11 11 inherit pname version; 12 - hash = "sha256-+7NjB87pfFh8472gOV4HoKIqSiHnTCFOEVdKYBsn1qg="; 12 + hash = "sha256-yB4b7VaZ22zk8jhQijBOWRks22TV19q9IQNlVXyBlss="; 13 13 }; 14 14 15 - cargoHash = "sha256-VgEyXm1uSsNJVjUYx66A35vLNxYErTrC8qBhYVlYyH4="; 15 + cargoHash = "sha256-pD+Llzt4ekkQgKGidEL6jIbbFpuqjuFTmQM29FtReTY="; 16 16 17 17 meta = with lib; { 18 18 description = "Converts Specr lang code to Rust";