summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-02-04 18:22:44 -0500
committerGitHub <noreply@github.com>2023-02-04 18:22:44 -0500
commit35cb6f92b6191351d80a021525be1aa79de688ba (patch)
treed7bbae5f8622eee35cd728664ecaa16a66095bd7
parente7b21bf4729c3268318667f03cc84c9a11a59d8b (diff)
parent83118a704144ff4d3d81e0c39f7602c1c1ce4473 (diff)
Merge pull request #214573 from r-ryantm/auto-update/httm
httm: 0.20.3 -> 0.20.4
-rw-r--r--pkgs/tools/filesystems/httm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/httm/default.nix b/pkgs/tools/filesystems/httm/default.nix
index e8ea32984965..07d507e2923a 100644
--- a/pkgs/tools/filesystems/httm/default.nix
+++ b/pkgs/tools/filesystems/httm/default.nix
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "httm";
- version = "0.20.3";
+ version = "0.20.4";
src = fetchFromGitHub {
owner = "kimono-koans";
repo = pname;
rev = version;
- sha256 = "sha256-8ssYzsjXwYH3xVFxtk8zYcJnrc+wKuoV1js0ONRKBGQ=";
+ sha256 = "sha256-PmfyULkB93PvouOWp96F4YXyNFQqRmoy6LpOFGz0EZk=";
};
- cargoHash = "sha256-eg5EXvpwIlza7mXc5MFTpaFLQSR2z/7GSPGyBgzzOj4=";
+ cargoHash = "sha256-L5/qOnyxfj3KfcZDI9Xp2IgE33P8yzQjVg6+4jmGQyM=";
nativeBuildInputs = [ installShellFiles ];