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 b765ac1 + e0b788f commit a405da5Copy full SHA for a405da5
pkgs/by-name/du/dummyhttp/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "dummyhttp";
11
- version = "1.1.0";
+ version = "1.1.1";
12
13
src = fetchFromGitHub {
14
owner = "svenstaro";
15
repo = "dummyhttp";
16
rev = "v${version}";
17
- hash = "sha256-LgOIL4kg3cH0Eo+Z+RGwxZTPzCNSGAdKT7N8tZWHSQQ=";
+ hash = "sha256-C3fjZgjVazZ8BNhcFJD5SsRO+xjHxw9XQPfPS+qnGtc=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-IDvl3qCTUO0KWaAVsF1sTf9lFhVITY6EZgllfw4U/Ho=";
+ cargoHash = "sha256-bjNB0aoG9Mrz1JzD80j2Czfg0pfU2uGlFFsi5WO4pdU=";
22
23
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
24
darwin.apple_sdk.frameworks.Security
0 commit comments