just: 1.36.0 -> 1.37.0

Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab 2024-11-22 15:02:39 +09:00
parent 277e9b17f3
commit ee0313ff0b
No known key found for this signature in database
GPG Key ID: 7E8683301BE9A5A4

View File

@ -12,17 +12,17 @@
rustPlatform.buildRustPackage rec {
pname = "just";
version = "1.36.0";
version = "1.37.0";
outputs = [ "out" "man" "doc" ];
src = fetchFromGitHub {
owner = "casey";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-4p4otR0W/v0DoWwwcNq/UEDa1V8vlZMpdk33B/9A4Bo=";
hash = "sha256-WF1kyIZyqnIYfFL/HZWBER97aXH3FSCbTRonOKSwgNg=";
};
cargoHash = "sha256-y6wBFjBOeymbXUIeflQ35FxQRMPlDvB0Zeo2bQeZjJ0=";
cargoHash = "sha256-/uWxYxczTOlUs2wOCCn5wwbGETHwIqdDI2mb/h4xVxQ=";
nativeBuildInputs = [ installShellFiles mdbook ];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ];