Skip to content

Commit e3f8b2f

Browse files
update cargo-insta 1.40 -> 1.42.2
1 parent 7c8b6ea commit e3f8b2f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/by-name/ca/cargo-insta/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55

66
rustPlatform.buildRustPackage rec {
77
pname = "cargo-insta";
8-
version = "1.40";
8+
version = "1.42.2";
99

1010
src = fetchFromGitHub {
1111
owner = "mitsuhiko";
1212
repo = "insta";
13-
rev = "83f33653b687c84823fe6af00806107e1dd4f4b8";
14-
hash = "sha256-eau5h75oZpxufTrf0fLHfr+3TIOFXB/kSgHX+o2GtiE=";
13+
rev = "e81bae9b7b7f536bd9057158fe5a219facced116";
14+
hash = "sha256-5IGp4WuC34wRB7xSiDWzScLvV26yjsdw/LT/7CN9hWc=";
1515
};
1616

17+
1718
useFetchCargoVendor = true;
1819
cargoHash = "sha256-bRxtkuNtCelcYJkWPMl8xkMuGcbGCxvdz5cCzPUk44k=";
1920

0 commit comments

Comments
 (0)