just: 1.37.0 -> 1.38.0

This commit is contained in:
R. Ryantm 2024-12-11 21:50:46 +00:00
parent 21e39e915f
commit 75710c1de1

View File

@ -13,7 +13,7 @@
rustPlatform.buildRustPackage rec {
pname = "just";
version = "1.37.0";
version = "1.38.0";
outputs = [
"out"
"man"
@ -24,10 +24,10 @@ rustPlatform.buildRustPackage rec {
owner = "casey";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WF1kyIZyqnIYfFL/HZWBER97aXH3FSCbTRonOKSwgNg=";
hash = "sha256-jIc8+SFAcH2TsY12+txwlMoJmpDdDpC0H+UrjYH61Lk=";
};
cargoHash = "sha256-/uWxYxczTOlUs2wOCCn5wwbGETHwIqdDI2mb/h4xVxQ=";
cargoHash = "sha256-JHLkjMy5b1spJrAqFCCzqgnlYTAKA1Z9Tx4w1WWuiAI=";
nativeBuildInputs = [
installShellFiles