mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #64506 from dtzWill/update/trilium-0.33.6
trilium: (0.32.4,0.33.5) -> 0.33.6
This commit is contained in:
commit
0033313ebf
@ -13,11 +13,11 @@ let
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "trilium-${version}";
|
||||
version = "0.32.4";
|
||||
version = "0.33.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/zadam/trilium/releases/download/v${version}/trilium-linux-x64-${version}.tar.xz";
|
||||
sha256 = "05h5k5n63pmf6mmyfpw41xf6lzfd8dwdhy7r5fmhdxy2gpl3a817";
|
||||
sha256 = "1sg6iqhpgyr8zr6w6dgs0ha0indb9vyp8vh2clj2fds5ahhlvf91";
|
||||
};
|
||||
|
||||
# Fetch from source repo, no longer included in release.
|
||||
|
Loading…
Reference in New Issue
Block a user