Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2dc559868c94
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a7924afc9fc3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 6, 2018

  1. rambox: 0.6.1 -> 0.6.2

    (cherry picked from commit fb7abda)
    Mic92 committed Dec 6, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    29eb612 View commit details
  2. rambox: 0.6.2 -> 0.6.3

    (cherry picked from commit 7ff4f5b)
    anpryl authored and Mic92 committed Dec 6, 2018
    Copy the full SHA
    a7924af View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 pkgs/applications/networking/instant-messengers/rambox/bare.nix
10 changes: 5 additions & 5 deletions pkgs/applications/networking/instant-messengers/rambox/bare.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "rambox-bare-${version}";
version = "0.6.1";
version = "0.6.3";

src = fetchFromGitHub {
owner = "saenzramiro";
repo = "rambox";
owner = "ramboxapp";
repo = "community-edition";
rev = version;
sha256 = "1cyxxgcv0qvm1la8yl5ag3j11spw7zvnj75zpf9c1y33pqmp44yc";
sha256 = "1ghk29d0x6i3j8b1b4xxgyf961lp17qsvvhnilnkh1nhmvxpwmw5";
};

nativeBuildInputs = [ nodejs-8_x ruby sencha ];
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
inherit src;

nodejs = nodejs-8_x;
sha256 = "0hbw47653wh159c34f0rlj3p7xy0lvsyp0wh2hl35kv3fnsfbbm0";
sha256 = "03h1kfiaflwbrvcd8v0bsymn7n2dxi3yj4pxkwcigqg4jgcf56k6";
};

patches = [ ./isDev.patch ];