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

Commits on Nov 12, 2020

  1. dino: 0.1.0 -> 0.2.0

    Milan Pässler committed Nov 12, 2020
    Copy the full SHA
    e19567a View commit details
  2. Merge pull request #103626 from petabyteboy/feature/dino-0-1-1

    dino: 0.1.0 -> 0.2.0
    mweinelt authored Nov 12, 2020
    Copy the full SHA
    a245f37 View commit details
Showing with 2 additions and 11 deletions.
  1. +2 −11 pkgs/applications/networking/instant-messengers/dino/default.nix
13 changes: 2 additions & 11 deletions pkgs/applications/networking/instant-messengers/dino/default.nix
Original file line number Diff line number Diff line change
@@ -18,24 +18,15 @@

stdenv.mkDerivation rec {
pname = "dino";
version = "0.1.0";
version = "0.2.0";

src = fetchFromGitHub {
owner = "dino";
repo = "dino";
rev = "v${version}";
sha256 = "1k5cgj5n8s40i71wqdh6m1q0njl45ichfdbbywx9rga5hljz1c54";
sha256 = "0wy1hb3kz3k4gqqwx308n37cqag2d017jwfz0b5s30nkx2pbwspw";
};

patches = [
(fetchpatch {
# Allow newer versions of libsignal-protocol-c
url = "https://github.com/dino/dino/commit/fbd70ceaac5ebbddfa21a580c61165bf5b861303.patch";
sha256 = "0ydpwsmwrzfsry89fsffkfalhki4n1dw99ixjvpiingdrhjmwyl2";
excludes = [ "plugins/signal-protocol/libsignal-protocol-c" ];
})
];

nativeBuildInputs = [
vala
cmake