From a79835684a253307c4a1a9b39d89db86406b3c99 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 23 Jun 2023 10:26:39 -0400 Subject: [PATCH] cargo-insta: 1.29.0 -> 1.30.0 Diff: https://github.com/mitsuhiko/insta/compare/refs/tags/1.29.0...1.30.0 Changelog: https://github.com/mitsuhiko/insta/blob/1.30.0/CHANGELOG.md --- pkgs/development/tools/rust/cargo-insta/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/rust/cargo-insta/default.nix b/pkgs/development/tools/rust/cargo-insta/default.nix index 7c74eef89b70..48eed325be75 100644 --- a/pkgs/development/tools/rust/cargo-insta/default.nix +++ b/pkgs/development/tools/rust/cargo-insta/default.nix @@ -5,18 +5,18 @@ rustPlatform.buildRustPackage rec { pname = "cargo-insta"; - version = "1.29.0"; + version = "1.30.0"; src = fetchFromGitHub { owner = "mitsuhiko"; repo = "insta"; rev = "refs/tags/${version}"; - hash = "sha256-3fN7otTIAdn7Bs96IaboxY0DG381AjCV/KsDzv8xng8="; + hash = "sha256-Gh0RdWCYIYhur+nuHx68B2LllInx5Lx+5GeooWkB4dc="; }; sourceRoot = "source/cargo-insta"; - cargoHash = "sha256-zxf70F3x8eydQuUrrdoQljvmmTzS6ytxVlbHOCepxFg="; + cargoHash = "sha256-bV8LzYIQuSDg8ZETzF28PTuonvI+2QsPn7uTF8kn4fA="; meta = with lib; { description = "A Cargo subcommand for snapshot testing";