rust-script: 0.35.0 -> 0.36.0

This commit is contained in:
R. Ryantm 2025-08-16 12:32:22 +00:00
parent a34f89140e
commit 5cd06a9101

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "rust-script";
version = "0.35.0";
version = "0.36.0";
src = fetchFromGitHub {
owner = "fornwall";
repo = "rust-script";
rev = version;
sha256 = "sha256-uKmQgrbsFIY0XwrO16Urz3L76Gm2SxHW/CpHeCIUinM=";
sha256 = "sha256-Bb8ULD2MmZiSW/Tx5vAAHv95OMJ0EdWgR+NFhBkTlDU=";
};
cargoHash = "sha256-eSj04d/ktabUm58C7PAtiPqdiVP9NB3uSFxILZxe6jA=";
cargoHash = "sha256-kxnylNZ8FsaR2S1o/p7qtlaXsBLDNv2PsFye0rcf/+A=";
# tests require network access
doCheck = false;