about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-01 19:08:38 -0500
committerGitHub <noreply@github.com>2022-11-01 19:08:38 -0500
commit858976740b4fef2d73ad8316a0806462db6f3042 (patch)
treee7b19d0d80c09a84d82e37dc16ad08daa6f7b903 /pkgs/tools
parent5571bd18dc03138b6b6264dba88bb4af9e529771 (diff)
parent8e7b785d5ef0d243d1e47d2d3fd440474df4f115 (diff)
Merge pull request #199047 from r-ryantm/auto-update/httm
httm: 0.15.8 -> 0.16.5
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 b1d7acafe3591..703a4f09314f4 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.15.8";
+  version = "0.16.5";
 
   src = fetchFromGitHub {
     owner = "kimono-koans";
     repo = pname;
     rev = version;
-    sha256 = "sha256-CXQjQ+6COHDDYmThpIXIqW+LDsiysdpnyo4TvcsGHpU=";
+    sha256 = "sha256-b5d4tjXOrVRhkSTaUYkPmeG1kOcqeIF2pBFZgLYbUR8=";
   };
 
-  cargoSha256 = "sha256-sfxoa3quMPaHc4pPInf1wnIwkWirnuGyCA76Ta7HDMU=";
+  cargoSha256 = "sha256-QxLIUIigBDfpiuAN4UwXbDdrx4ImxMK5tsoP6OBBY58=";
 
   nativeBuildInputs = [ installShellFiles ];