From a90c72e8eee365e0e10324ef93ad5a4d27ff0727 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 15 Jul 2023 16:49:25 -0400 Subject: cargo-insta: 1.30.0 -> 1.31.0 Diff: https://github.com/mitsuhiko/insta/compare/refs/tags/1.30.0...1.31.0 Changelog: https://github.com/mitsuhiko/insta/blob/1.31.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 48eed325be7..0d8bfffdf9b 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.30.0"; + version = "1.31.0"; src = fetchFromGitHub { owner = "mitsuhiko"; repo = "insta"; rev = "refs/tags/${version}"; - hash = "sha256-Gh0RdWCYIYhur+nuHx68B2LllInx5Lx+5GeooWkB4dc="; + hash = "sha256-hQaVUBw8X60DW1Ox4GzO+OCWMHmVYuCkjH5x/sMULiE="; }; sourceRoot = "source/cargo-insta"; - cargoHash = "sha256-bV8LzYIQuSDg8ZETzF28PTuonvI+2QsPn7uTF8kn4fA="; + cargoHash = "sha256-q6Ups4SDGjT5Zc9ujhRpRdh3uWq99lizgA7gpPVSl+A="; meta = with lib; { description = "A Cargo subcommand for snapshot testing"; -- cgit 1.4.1