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.
1 parent fc0a7fe commit 9f60951Copy full SHA for 9f60951
pkgs/by-name/ca/cargo-shuttle/package.nix
@@ -11,17 +11,17 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "cargo-shuttle";
14
- version = "0.47.0";
+ version = "0.49.0";
15
16
src = fetchFromGitHub {
17
owner = "shuttle-hq";
18
repo = "shuttle";
19
rev = "v${version}";
20
- hash = "sha256-AJ+7IUxi5SRRWw0EHh9JmQHkdQU3Mhd1Nmo1peEG2zg=";
+ hash = "sha256-97AiRgTPzkNsnxMTF0zleHVR6QYLyRlhguh2nz+duUM=";
21
};
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-RqPVFovDaD2rW31HyETJfQ0qVwFxoGEvqkIgag3H6KU=";
+ cargoHash = "sha256-eHmNGIcSXzFdfEHKKr0R+igtZbm8bPRFg2uhzJwKDhk=";
25
26
nativeBuildInputs = [ pkg-config ];
27
0 commit comments