just: 0.10.0 -> 0.10.1

This commit is contained in:
R. RyanTM 2021-09-06 11:36:32 +00:00
parent 1871c113f1
commit 169acb3808

View File

@ -2,15 +2,15 @@
rustPlatform.buildRustPackage rec {
pname = "just";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "casey";
repo = pname;
rev = version;
sha256 = "sha256-dolx2P7bnGiK3azMkwj75+ZA3qYr3rCUSLhMPtK85zA=";
sha256 = "sha256-KC/m+I4uOBS0bJb5yvxSkj+1Jlq+bekLTqHlz4vqv8I=";
};
cargoSha256 = "sha256-GPetK2uGB4HIPr/3DdTA0HNHELS8V1MqPtpgilubo9k=";
cargoSha256 = "sha256-et7V7orw2msv30nJ9sntzEQoeN1YqhHMnHOUt4a6e2I=";
nativeBuildInputs = [ installShellFiles ];
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];