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

Commits on Feb 27, 2019

  1. overmind: 1.2.1 -> 2.0.1

    smaximov committed Feb 27, 2019
    Copy the full SHA
    f7186fc View commit details

Commits on Mar 14, 2019

  1. Merge pull request #56465 from smaximov/overmind-2.0.1

    overmind: 1.2.1 -> 2.0.1
    infinisil authored Mar 14, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    28a2bc8 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/misc/overmind/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/misc/overmind/default.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
name = "overmind-${version}";
version = "1.2.1";
version = "2.0.1";
goPackagePath = "github.com/DarthSim/overmind";

nativeBuildInputs = [ makeWrapper ];
@@ -15,11 +15,11 @@ buildGoPackage rec {
owner = "DarthSim";
repo = "overmind";
rev = "v${version}";
sha256 = "11ws9rsy8ladjp1y3b6vva9sjmw4s24xc1w18lyhfz63xc908nfw";
sha256 = "1j3cpcfgacn5ic19sgrs1djn5jr4d7j7lxaz0vbaf414lrl76qz8";
};

meta = with stdenv.lib; {
homepage = https://github.com/DarthSim/;
homepage = https://github.com/DarthSim/overmind;
description = "Process manager for Procfile-based applications and tmux";
license = with licenses; [ mit ];
maintainers = [ maintainers.adisbladis ];