cargo-insta: 1.43.1 -> 1.43.2 (#440304)

This commit is contained in:
Matthias Beyer
2025-09-05 11:41:45 +02:00
committed by GitHub
+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.