lol

Merge pull request #160318 from r-ryantm/auto-update/just

just: 0.11.0 -> 0.11.2

authored by

Mario Rodas and committed by
GitHub
66f35ca0 fa8f9412

+3 -3
+3 -3
pkgs/development/tools/just/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "just"; 5 - version = "0.11.0"; 5 + version = "0.11.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "casey"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-QQ0qRzbbH6lGjW50T67dXU7MLnEw3C9dcJ6ZlnSeh/U="; 11 + sha256 = "sha256-9lC3vegfxEACoX25ebcLQU453IYy1zQf1K84YyLEnlU="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-ZTfaRU1f0K/wprbDxba07cesgP70ZGR1xwwuyhdtTKw="; 14 + cargoSha256 = "sha256-cTAbAnSqvrc6e9NtbiV7caj1JnQReWMUhCQoFXZ7Nbs="; 15 15 16 16 nativeBuildInputs = [ installShellFiles ]; 17 17 buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];