Skip to content

Commit

Permalink
Merge pull request #2 from emmanuelrosa/dtzWill/trilium
Browse files Browse the repository at this point in the history
trilium: bump to 0.26.1
  • Loading branch information
dtzWill authored Dec 23, 2018
2 parents e6252ff + c6618b2 commit 22ea2d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/trilium/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "trilium-${version}";
version = "0.25.2";
version = "0.26.1";

src = fetchurl {
url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.7z";
sha256 = "0rzh40jq61qsai0bhvrflzbv4vkrv8alxw9k95s0vk3nj0wr36z1";
sha256 = "184b0b0s8q32h1mpkrin8x1q0kjvard7r7xqrclziwwxg4khp3cz";
};

nativeBuildInputs = [
Expand Down
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5846,6 +5846,8 @@ in

triggerhappy = callPackage ../tools/inputmethods/triggerhappy {};

trilium = callPackage ../applications/office/trilium { };

trousers = callPackage ../tools/security/trousers { };

tryton = callPackage ../applications/office/tryton { };
Expand Down

0 comments on commit 22ea2d5

Please sign in to comment.