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

Commits on Mar 8, 2019

  1. Copy the full SHA
    7911b28 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.29.1";
version = "0.30.4";

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

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