summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-04 16:41:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-04 16:41:42 +0000
commit83118a704144ff4d3d81e0c39f7602c1c1ce4473 (patch)
tree67272ddfb23a832c708c732211cf5bdf4abbee26 /pkgs/tools
parent199753fafc26559be5375525f45aca02cd245513 (diff)
httm: 0.20.3 -> 0.20.4
Diffstat (limited to 'pkgs/tools')
-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 ];