just: 0.5.11 -> 0.6.0

This commit is contained in:
xrelkd 2020-06-24 16:16:01 +08:00
parent 5897105701
commit 4ab300d6e2

View File

@ -1,18 +1,17 @@
{ stdenv, fetchFromGitHub, rustPlatform, coreutils, bash { stdenv, fetchFromGitHub, rustPlatform, coreutils, bash, installShellFiles }:
, installShellFiles }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "just"; pname = "just";
version = "0.5.11"; version = "0.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "casey"; owner = "casey";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0li5lspxfrim8gymqzzd5djjfbfi7jh1m234qlzy5vkx2q9qg0xv"; sha256 = "1sl235wr4fdsw0f0x7jynv6ljhvgis4d87xzpvjzajhdaappdp8d";
}; };
cargoSha256 = "1sp8xrh3gmgmphh1bv050p1ybjybk9x8kswyxz2rd93q3zb5hpzz"; cargoSha256 = "0k3aqwvdm95403s279gkksklnikgyjpf5qvngsvsrm5xqda438jk";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];