nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

just: 1.39.0 -> 1.40.0

+3 -3
+3 -3
pkgs/by-name/ju/just/package.nix
··· 19 19 20 20 rustPlatform.buildRustPackage rec { 21 21 pname = "just"; 22 - version = "1.39.0"; 22 + version = "1.40.0"; 23 23 outputs = 24 24 [ 25 25 "out" ··· 33 33 owner = "casey"; 34 34 repo = "just"; 35 35 tag = version; 36 - hash = "sha256-K2MUS6wo0qxJnnIWDdmxHRNwyzx1z7yscVwMzXKAwQA="; 36 + hash = "sha256-pmuwZoBIgUsKWFTXo8HYHVxrDWPMO8cumD/UHajFS6A="; 37 37 }; 38 38 39 39 useFetchCargoVendor = true; 40 - cargoHash = "sha256-nDwJgZPWw86qpaGaYWB/Qqbym0FR2EpEKAme5CKbMv0="; 40 + cargoHash = "sha256-mQQGxtSgNuRbz/83eWru+dmtWiLSKdVH+3z88BNugQE="; 41 41 42 42 nativeBuildInputs = 43 43 lib.optionals (installShellCompletions || installManPages) [ installShellFiles ]