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: 5aaaadd3e6f6
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 117a10547173
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 7, 2020

  1. jump: 0.30.0 -> 0.30.1

    r-ryantm committed Feb 7, 2020
    Copy the full SHA
    c86ea4e View commit details
  2. Merge pull request #79445 from r-ryantm/auto-update/jump

    jump: 0.30.0 -> 0.30.1
    ryantm authored Feb 7, 2020
    Copy the full SHA
    117a105 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/system/jump/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/system/jump/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "jump";
version = "0.30.0";
version = "0.30.1";

src = fetchFromGitHub {
owner = "gsamokovarov";
repo = pname;
rev = "v${version}";
sha256 = "1pp3d9xkdaqrcbzwnnask8786capdxvgq6wbpwkzkfni978vv2l4";
sha256 = "0mph3bqfjnw3yf0a6ml3ccmkr1shviwvvq4d04ky4gppfy6z51jy";
};

modSha256 = "1fzsm85c31vkdw80kijxmjhk8jyhjz8b21npgks2qrnizhm6iaf8";