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

Commits on Jan 29, 2021

  1. Copy the full SHA
    b682403 View commit details
  2. Merge pull request #111107 from mweinelt/gobby

    gobby5: unstable-2018-04-03 -> unstable-2020-12-29
    SuperSandro2000 authored Jan 29, 2021
    Copy the full SHA
    da1f7da View commit details
Showing with 5 additions and 3 deletions.
  1. +5 −3 pkgs/applications/editors/gobby/default.nix
8 changes: 5 additions & 3 deletions pkgs/applications/editors/gobby/default.nix
Original file line number Diff line number Diff line change
@@ -5,12 +5,14 @@
let
libinf = libinfinity.override { gtkWidgets = true; inherit avahiSupport; };
in stdenv.mkDerivation {
name = "gobby-unstable-2018-04-03";
pname = "gobby";
version = "unstable-2020-12-29";

src = fetchFromGitHub {
owner = "gobby";
repo = "gobby";
rev = "ea4df27c9b6b885434797b0071ce198b23f9f63b";
sha256 = "0q7lq64yn16lxvj4jphs8y9194h0xppj8k7y9x8b276krraak2az";
rev = "49bfd3c3aa82e6fe9b3d59c3455d7eb4b77379fc";
sha256 = "1p2f2rid7c0b9gvmywl3r37sxx57wv3r1rxvs1rwihmf9rkqnfxg";
};

nativeBuildInputs = [ autoconf automake pkg-config intltool itstool yelp-tools wrapGAppsHook ];