Skip to content

Commit a405da5

Browse files
authored
dummyhttp: 1.1.0 -> 1.1.1 (#398661)
2 parents b765ac1 + e0b788f commit a405da5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/du/dummyhttp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "dummyhttp";
11-
version = "1.1.0";
11+
version = "1.1.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "svenstaro";
1515
repo = "dummyhttp";
1616
rev = "v${version}";
17-
hash = "sha256-LgOIL4kg3cH0Eo+Z+RGwxZTPzCNSGAdKT7N8tZWHSQQ=";
17+
hash = "sha256-C3fjZgjVazZ8BNhcFJD5SsRO+xjHxw9XQPfPS+qnGtc=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-IDvl3qCTUO0KWaAVsF1sTf9lFhVITY6EZgllfw4U/Ho=";
21+
cargoHash = "sha256-bjNB0aoG9Mrz1JzD80j2Czfg0pfU2uGlFFsi5WO4pdU=";
2222

2323
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
2424
darwin.apple_sdk.frameworks.Security

0 commit comments

Comments
 (0)