lol

Merge pull request #276567 from adamcstephens/just/1.18.1

just: 1.17.0 -> 1.18.1

authored by

Adam C. Stephens and committed by
GitHub
647d3ffe 4c10797e

+3 -3
+3 -3
pkgs/development/tools/just/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "just"; 14 - version = "1.17.0"; 14 + version = "1.18.1"; 15 15 outputs = [ "out" "man" "doc" ]; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "casey"; 19 19 repo = pname; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-tT8WNenYTLL5dGrRbhfASRMEcyuoHS7RNXpMX/GG+wE="; 21 + hash = "sha256-jmTSTx2WSLOtxy0gPCTonjcoy4o9FKA5aiQW3+wPrZQ="; 22 22 }; 23 23 24 - cargoHash = "sha256-1R2kl5E5OU3U38LfcBzlvth4bBpVVnbXiet2N5LNNZk="; 24 + cargoHash = "sha256-4kbvtmXkU5bhuC079K5NOGKVdqYvTileVNXSNLIV0ok="; 25 25 26 26 nativeBuildInputs = [ installShellFiles mdbook ]; 27 27 buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];