just: 1.11.0 -> 1.13.0

This commit is contained in:
Adam Stephens 2023-01-25 07:57:55 -05:00
parent 74c4f2a223
commit 35fda913a8
No known key found for this signature in database

View file

@ -10,22 +10,20 @@
rustPlatform.buildRustPackage rec {
pname = "just";
version = "1.11.0";
version = "1.13.0";
src = fetchFromGitHub {
owner = "casey";
repo = pname;
rev = version;
hash = "sha256-TYw2YrilrEUCvyT9VvzrQnHcSnhPrNiAMRjLEk/QjgU=";
rev = "refs/tags/${version}";
hash = "sha256-5JI3QaUuWvwI3pClZXMPU8v1lcPZ5YioMPGKl/lIjQ0=";
};
cargoHash = "sha256-pgktCRxYlxo/kMdBm3/dzdU3rOXSNFY9IIE8j8Dgro0=";
cargoHash = "sha256-91C/5m2avsW7GKQDg/Ez9fzzFhe8ih1De1RbV/MBJbM=";
nativeBuildInputs = [ installShellFiles ];
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];
nativeCheckInputs = [ coreutils bash ];
preCheck = ''
# USER must not be empty
export USER=just-user