lol

Merge pull request #199780 from rummik/just-1.8.0

just: 1.7.0 -> 1.8.0

authored by

Mario Rodas and committed by
GitHub
8d64b2e7 fafd288c

+3 -3
+3 -3
pkgs/development/tools/just/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "just"; 13 - version = "1.7.0"; 13 + version = "1.8.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "casey"; 17 17 repo = pname; 18 18 rev = version; 19 - hash = "sha256-W8ko9hzZmgF8XEqzbPtCJp5J38m0pAz5wTp3VRUmZOQ="; 19 + hash = "sha256-mzVwdvMYpThSPGvM3hpuKzeHZW5HOwkEfONIN/aziXY="; 20 20 }; 21 21 22 - cargoSha256 = "sha256-rC+PcLQHjnaGSEELod6IF9NTCl0tnXvOOkHF0z77Lao="; 22 + cargoSha256 = "sha256-dDaXmJ4wFJaE59qR5Bxvoz/Jrwt6hhWhJI8wLRXCLcU="; 23 23 24 24 nativeBuildInputs = [ installShellFiles ]; 25 25 buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];