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

Commits on Oct 1, 2019

  1. overmind: 2.0.2 -> 2.0.3

    nbr committed Oct 1, 2019
    Copy the full SHA
    edbeb51 View commit details

Commits on Oct 4, 2019

  1. Merge pull request #70211 from BookBub/overmind-2.0.3

    overmind: 2.0.2 -> 2.0.3
    adisbladis authored Oct 4, 2019
    Copy the full SHA
    f4e92a3 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/overmind/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/overmind/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "overmind";
version = "2.0.2";
version = "2.0.3";
goPackagePath = "github.com/DarthSim/overmind";

nativeBuildInputs = [ makeWrapper ];
@@ -15,7 +15,7 @@ buildGoPackage rec {
owner = "DarthSim";
repo = pname;
rev = "v${version}";
sha256 = "0cns19gqkfxsiiyfxhb05cjp1iv2fb40x47gp8djrwwzcd1r6zxh";
sha256 = "0c551c240lqxdjg0jj01rh2fyhwls02k5lczlxacj05prp1plz9p";
};

meta = with lib; {