We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bdcf9a + e3f8b2f commit 3e591e4Copy full SHA for 3e591e4
pkgs/by-name/ca/cargo-insta/package.nix
@@ -5,15 +5,16 @@
5
6
rustPlatform.buildRustPackage rec {
7
pname = "cargo-insta";
8
- version = "1.40";
+ version = "1.42.2";
9
10
src = fetchFromGitHub {
11
owner = "mitsuhiko";
12
repo = "insta";
13
- rev = "83f33653b687c84823fe6af00806107e1dd4f4b8";
14
- hash = "sha256-eau5h75oZpxufTrf0fLHfr+3TIOFXB/kSgHX+o2GtiE=";
+ rev = "e81bae9b7b7f536bd9057158fe5a219facced116";
+ hash = "sha256-5IGp4WuC34wRB7xSiDWzScLvV26yjsdw/LT/7CN9hWc=";
15
};
16
17
+
18
useFetchCargoVendor = true;
19
cargoHash = "sha256-bRxtkuNtCelcYJkWPMl8xkMuGcbGCxvdz5cCzPUk44k=";
20
0 commit comments