Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c1273fdb8df
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2892a24695f1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 24, 2020

  1. just: 0.5.10 -> 0.5.11

    r-ryantm committed May 24, 2020
    Copy the full SHA
    de9242b View commit details

Commits on May 25, 2020

  1. Merge pull request #88820 from r-ryantm/auto-update/just

    just: 0.5.10 -> 0.5.11
    marsam authored May 25, 2020
    Copy the full SHA
    2892a24 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/just/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/just/default.nix
Original file line number Diff line number Diff line change
@@ -3,16 +3,16 @@

rustPlatform.buildRustPackage rec {
pname = "just";
version = "0.5.10";
version = "0.5.11";

src = fetchFromGitHub {
owner = "casey";
repo = pname;
rev = "v${version}";
sha256 = "0s8np28glzn3kmh59dwk86yc9fb2lm9fq2325kzmy7rkb5jsdcl1";
sha256 = "0li5lspxfrim8gymqzzd5djjfbfi7jh1m234qlzy5vkx2q9qg0xv";
};

cargoSha256 = "05mrzav3aydvwac9jjckdmlxvxnlcncmkfsdb9z7zvxia4k89w1l";
cargoSha256 = "1sp8xrh3gmgmphh1bv050p1ybjybk9x8kswyxz2rd93q3zb5hpzz";

nativeBuildInputs = [ installShellFiles ];