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

Commits on Jun 4, 2019

  1. trilium: 0.30.8 -> 0.32.3

    dtzWill committed Jun 4, 2019
    Copy the full SHA
    a4113fe View commit details

Commits on Jun 7, 2019

  1. trilium: 0.32.3 -> 0.32.4

    dtzWill committed Jun 7, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1a9a7fb View commit details
  2. Merge pull request #62692 from dtzWill/update/trilium-0.32.3

    trilium: 0.30.8 -> 0.32.4
    dtzWill authored Jun 7, 2019
    Copy the full SHA
    a86ad90 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/office/trilium/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/office/trilium/default.nix
Original file line number Diff line number Diff line change
@@ -13,11 +13,11 @@ let

in stdenv.mkDerivation rec {
name = "trilium-${version}";
version = "0.30.8";
version = "0.32.4";

src = fetchurl {
url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
sha256 = "1mw8m9qm5jqfbwzj721gyfa656bp3hs8mrqx5d354rbx5f12pgjr";
sha256 = "05h5k5n63pmf6mmyfpw41xf6lzfd8dwdhy7r5fmhdxy2gpl3a817";
};

# Fetch from source repo, no longer included in release.