From 1714556e3185d125494d2148edaee387b52df5cb Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 12 Jun 2023 09:16:25 -0400 Subject: [PATCH] rust-script: 0.27.0 -> 0.28.0 Diff: https://github.com/fornwall/rust-script/compare/0.27.0...0.28.0 Changelog: https://github.com/fornwall/rust-script/releases/tag/0.28.0 --- pkgs/development/tools/rust/rust-script/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/rust/rust-script/default.nix b/pkgs/development/tools/rust/rust-script/default.nix index 86564c0f94f6..199a5c920e75 100644 --- a/pkgs/development/tools/rust/rust-script/default.nix +++ b/pkgs/development/tools/rust/rust-script/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "rust-script"; - version = "0.27.0"; + version = "0.28.0"; src = fetchFromGitHub { owner = "fornwall"; repo = pname; rev = version; - sha256 = "sha256-noyef+G05749WqqqCH6qyVorCR4DRZTl38ftkU66IBQ="; + sha256 = "sha256-BQ/jgS7tq4upVe78N3rxNIQPq/4RHtt66wBnltcU/iY="; }; - cargoSha256 = "sha256-L5uqckG+NbatpBTejZw/Xk+OGZqsJgzHRwCTh1FJHVw="; + cargoSha256 = "sha256-bU/LKvixAu6GQ93FT8csQFFnfHDhFltWHXfG/Pmchfw="; # tests require network access doCheck = false;