cargo-insta: 1.47.0 -> 1.47.1
Diff: https://github.com/mitsuhiko/insta/compare/1.47.0...1.47.1 Changelog: https://github.com/mitsuhiko/insta/blob/1.47.1/CHANGELOG.md
This commit is contained in:
@@ -7,16 +7,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "cargo-insta";
|
||||
version = "1.47.0";
|
||||
version = "1.47.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mitsuhiko";
|
||||
repo = "insta";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-htOQlSHTaNPlf6H7iYrR2uZgvUMDwqbmbNdSPAySgx0=";
|
||||
hash = "sha256-h13EY3wqx+UgD5HGh2exR7xaQPK7rDanvMklgic4Kco=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-O8Si1FvehgIMXKQcBekN9ebkjpWBuEzg/mNiBHVvZW0=";
|
||||
cargoHash = "sha256-6VVcpuTENE+YFn5MoRePseAfWSOKmdiMtanB1h2Swjw=";
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace cargo-insta/tests/functional/test_runner_fallback.rs \
|
||||
|
||||
Reference in New Issue
Block a user