mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
Merge pull request #328882 from fpletz/pkgs/httm-0.40.0
This commit is contained in:
commit
0435bc117d
@ -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 ];
|
||||||
|
|
@ -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 { };
|
||||||
|
Loading…
Reference in New Issue
Block a user