tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
notesnook: 2.5.7 -> 2.6.1
R. Ryantm
2 years ago
2ef98d2d
722e1e23
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
notesnook
default.nix
+2
-2
pkgs/applications/misc/notesnook/default.nix
···
2
3
let
4
pname = "notesnook";
5
-
version = "2.5.7";
6
7
inherit (stdenv.hostPlatform) system;
8
throwSystem = throw "Unsupported system: ${system}";
···
16
src = fetchurl {
17
url = "https://github.com/streetwriters/notesnook/releases/download/v${version}/notesnook_${suffix}";
18
hash = {
19
-
x86_64-linux = "sha256-M/59pjhuKF/MOMpT9/qrlThHO0V8e49cfiaWMkEWHNg=";
20
x86_64-darwin = "sha256-cluIizmweIMU6RIFxoEQ3DYChRVEuVLxrPjwfFfeq1w=";
21
aarch64-darwin = "sha256-cbBnKrb8poyDL1D+32UrOl3RXt8Msncw440qra9+Gs0=";
22
}.${system} or throwSystem;
···
2
3
let
4
pname = "notesnook";
5
+
version = "2.6.1";
6
7
inherit (stdenv.hostPlatform) system;
8
throwSystem = throw "Unsupported system: ${system}";
···
16
src = fetchurl {
17
url = "https://github.com/streetwriters/notesnook/releases/download/v${version}/notesnook_${suffix}";
18
hash = {
19
+
x86_64-linux = "sha256-PLHP1Q4+xcHyr0323K4BD+oH57SspsrAcxRe/C6RFDU=";
20
x86_64-darwin = "sha256-cluIizmweIMU6RIFxoEQ3DYChRVEuVLxrPjwfFfeq1w=";
21
aarch64-darwin = "sha256-cbBnKrb8poyDL1D+32UrOl3RXt8Msncw440qra9+Gs0=";
22
}.${system} or throwSystem;