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

Commits on Mar 29, 2019

  1. trilium: 0.30.4 -> 0.30.6

    dtzWill committed Mar 29, 2019
    Copy the full SHA
    6d7d575 View commit details
  2. Merge pull request #58523 from dtzWill/update/trilium-0.30.6

    trilium: 0.30.4 -> 0.30.6
    Ma27 authored Mar 29, 2019
    Copy the full SHA
    e2ae451 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.4";
version = "0.30.6";

src = fetchurl {
url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
sha256 = "1541z56rk329sj7a20llhhmv2f552amj1n3cisvqga4gn2yq3hnm";
sha256 = "0f2hf2lky4r4nh3hj5fmniy8gjbgdyj8i5d6bhf156yp3lx802ay";
};

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