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

Commits on Nov 2, 2019

  1. dino: unstable-2019-09-12 -> unstable-2019-10-28

    This fixes a crash when receiving files via OMEMO.
    andir committed Nov 2, 2019
    Copy the full SHA
    d1bef95 View commit details
  2. Merge pull request #72575 from andir/dino

    dino: unstable-2019-09-12 -> unstable-2019-10-28
    Mic92 authored Nov 2, 2019
    Copy the full SHA
    0afcd29 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 {
name = "dino-unstable-2019-09-12";
name = "dino-unstable-2019-10-28";

src = fetchFromGitHub {
owner = "dino";
repo = "dino";
rev = "c8f2b80978706c4c53deb7ddfb8188c751bcb291";
sha256 = "17lc6xiarb174g1hgjfh1yjrr0l2nzc3kba8xp5niwakbx7qicqr";
rev = "388cc56674487e7b9e339637369fc55f0e271daf";
sha256 = "1v8rnjbzi8qhwb1fv787byxk8ygfs16z2j64h0s6sd3asr4n0kz1";
fetchSubmodules = true;
};