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: 5e888d1854dc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 03050e9749e1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 19, 2019

  1. dino: 2019-02-06 -> 2019-03-07

    Mic92 committed Mar 19, 2019
    Copy the full SHA
    03050e9 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/networking/instant-messengers/dino/default.nix
Original file line number Diff line number Diff line change
@@ -15,13 +15,13 @@
}:

stdenv.mkDerivation rec {
name = "dino-unstable-2019-02-06";
name = "dino-unstable-2019-03-07";

src = fetchFromGitHub {
owner = "dino";
repo = "dino";
rev = "864196d2acef3db047160b9da5803805067276c3";
sha256 = "10nyq9marclzbkxisackp402gimgs7gb0llgjm922c593c5h39cq";
rev = "cc7b0aa7bd5b6599159f654fdd8a2fd111e16a3e";
sha256 = "1cq62vif92fz38si2bl49qwy4ys9gxdrvzkv25av6c6nwmyih4gv";
fetchSubmodules = true;
};