Merge pull request #328882 from fpletz/pkgs/httm-0.40.0

This commit is contained in:
Franz Pletz 2024-07-25 03:45:05 +02:00 committed by GitHub
commit 0435bc117d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 9 deletions

View File

@ -1,21 +1,22 @@
{ lib {
, rustPlatform lib,
, fetchFromGitHub rustPlatform,
, installShellFiles fetchFromGitHub,
installShellFiles,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "httm"; pname = "httm";
version = "0.39.1"; version = "0.40.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kimono-koans"; owner = "kimono-koans";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-Wlmr2xI3RRiV8z+AhD1If3TSD/tBBFg3b9YNAximRk8="; hash = "sha256-iJs151HdwcSNlgbbSX/CKBOeGvfEJes8Q8nm/HDfssg=";
}; };
cargoHash = "sha256-9N+Yo82fx2mFrClk7H1fHhVS4lOX+us5Hs2EXmCbY4o="; cargoHash = "sha256-n/UKM+/rXuf4vbc+1TGUTZzmRyYjLNMttmYnUs7HZPw=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];

View File

@ -1849,8 +1849,6 @@ with pkgs;
hsd = callPackage ../tools/misc/hsd { }; hsd = callPackage ../tools/misc/hsd { };
httm = darwin.apple_sdk_11_0.callPackage ../tools/filesystems/httm { };
hyperpotamus = callPackage ../tools/misc/hyperpotamus { }; hyperpotamus = callPackage ../tools/misc/hyperpotamus { };
immich-cli = callPackage ../tools/misc/immich-cli { }; immich-cli = callPackage ../tools/misc/immich-cli { };