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

Commits on Jun 8, 2019

  1. riot-web: 1.0.6 -> 1.0.7

    (cherry picked from commit f97effd)
    pacien authored and fpletz committed Jun 8, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    fpletz Franz Pletz
    Copy the full SHA
    5912504 View commit details
  2. riot-web: 1.0.7 -> 1.0.8

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/riot-web/versions
    
    (cherry picked from commit 58d1128)
    r-ryantm authored and fpletz committed Jun 8, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    fpletz Franz Pletz
    Copy the full SHA
    035d45a View commit details
  3. riot-web: 1.0.8 -> 1.1.0

    (cherry picked from commit adc9db2)
    nyanloutre authored and fpletz committed Jun 8, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    fpletz Franz Pletz
    Copy the full SHA
    6bb2860 View commit details
  4. riot-web: 1.1.0 -> 1.2.1

    (cherry picked from commit 06195c9)
    nyanloutre authored and fpletz committed Jun 8, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    fpletz Franz Pletz
    Copy the full SHA
    caacbe9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/instant-messengers/riot/riot-web.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@
let configFile = writeText "riot-config.json" conf; in
stdenv.mkDerivation rec {
name= "riot-web-${version}";
version = "1.0.6";
version = "1.2.1";

src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "09sm1k3iypqn93iazfx10y4bqz06d2h8f0902sgrj5qbnaq4jcxr";
sha256 = "1h96c4yy06ag5lmsbm5h2ws1l7sp4qm5dcchw25k3937fdhwq840";
};

installPhase = ''