Skip to content

Commit

Permalink
trilium: 0.37.8 -> 0.38.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kampka committed Dec 19, 2019
1 parent 39ecfaf commit a7db640
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/office/trilium/default.nix
Expand Up @@ -19,7 +19,7 @@ let
maintainers = with maintainers; [ emmanuelrosa dtzWill kampka ];
};

version = "0.37.8";
version = "0.38.2";

in {

Expand All @@ -30,7 +30,7 @@ in {

src = fetchurl {
url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
sha256 = "06d88waxxjdnrn0y8qr6p9rf5xkvl5lbabb0xyk0dgy3wg70zlxz";
sha256 = "10f5zfqcfcjynw04d5xzrfmkbqpk85i4mq7njhkibx2f1m0br2qa";
};

# Fetch from source repo, no longer included in release.
Expand Down Expand Up @@ -78,7 +78,7 @@ in {

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

nativeBuildInputs = [
Expand Down

0 comments on commit a7db640

Please sign in to comment.