summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-09-06 11:24:55 +0800
committerGitHub <noreply@github.com>2022-09-06 11:24:55 +0800
commite2ff97b7317d595514428d11a5bd3f074fbb894d (patch)
tree9d15acd83e9f6168e48e0e72ad6f96c6808d2d17
parent449d92d413def71b648ca3ae8df8950887951981 (diff)
parentd6ff53dc47ab13e950ebeacefc329e7110104c25 (diff)
Merge pull request #189920 from r-ryantm/auto-update/httm
httm: 0.14.9 -> 0.14.10
-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 aa08aa7759d8..c5089515db4c 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.14.9";
+ version = "0.14.10";
src = fetchFromGitHub {
owner = "kimono-koans";
repo = pname;
rev = version;
- sha256 = "sha256-nRvXAHvIAUmtP1Xny9RWNZsCLI2eiE7163h6qxS2v1I=";
+ sha256 = "sha256-izJMypTB7JCvSdTbsS85ez9HL7hM8DtPvnPXA0MvQC8=";
};
- cargoSha256 = "sha256-gF9pPOhWT+aaZdk7qyyDIPvJ76s6pkjaeyOLYYrHxo4=";
+ cargoSha256 = "sha256-3B1+pV7FyOD/e9fIKiAheIbb1vSFooc2qdnbL7LmzdQ=";
nativeBuildInputs = [ installShellFiles ];