summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-15 16:49:25 -0400
committerfigsoda <figsoda@pm.me>2023-07-15 16:49:25 -0400
commita90c72e8eee365e0e10324ef93ad5a4d27ff0727 (patch)
tree4a02f606601939d592fb949bb72e72556996a251
parent29bcead8405cfe4c00085843eb372cc43837bb9d (diff)
downloadnixpkgs-a90c72e8eee365e0e10324ef93ad5a4d27ff0727.tar
nixpkgs-a90c72e8eee365e0e10324ef93ad5a4d27ff0727.tar.gz
nixpkgs-a90c72e8eee365e0e10324ef93ad5a4d27ff0727.tar.bz2
nixpkgs-a90c72e8eee365e0e10324ef93ad5a4d27ff0727.tar.lz
nixpkgs-a90c72e8eee365e0e10324ef93ad5a4d27ff0727.tar.xz
nixpkgs-a90c72e8eee365e0e10324ef93ad5a4d27ff0727.tar.zst
nixpkgs-a90c72e8eee365e0e10324ef93ad5a4d27ff0727.zip
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
-rw-r--r--pkgs/development/tools/rust/cargo-insta/default.nix6
1 files 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";