cargo-insta: 1.43.1 -> 1.43.2

This commit is contained in:
R. Ryantm
2025-09-05 02:21:13 +00:00
parent bdbd743a2b
commit ec5f3b8090
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-insta";
version = "1.43.1";
version = "1.43.2";
src = fetchFromGitHub {
owner = "mitsuhiko";
repo = "insta";
rev = version;
hash = "sha256-8yFbf0MF5zDuMqG1AsCOvQhJc8D8cBH1WqCGulcXVH0=";
hash = "sha256-+0FJr1IXTnIc947ytB00z30m81peY/CjnBHMYvcQZl0=";
};
cargoHash = "sha256-atPSV+dZgywgS+9M0LRtMqH4JP4UpYGjb2hyGAEwhkw=";
cargoHash = "sha256-BYYn+GGJoI0W4mbQcKlQe5IOObIQrV8hTzJeRU6cIZo=";
checkFlags = [
# Depends on `rustfmt` and does not matter for packaging.