mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
notion-app: 4.6.3 -> 4.9.1
This commit is contained in:
parent
3a8258229c
commit
3b12dc86c5
2 changed files with 7 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"x86_64-darwin": {
|
"x86_64-darwin": {
|
||||||
"version": "4.6.3",
|
"version": "4.9.1",
|
||||||
"url": "https://desktop-release.notion-static.com/Notion-4.6.3.zip",
|
"url": "https://desktop-release.notion-static.com/Notion-4.9.1.zip",
|
||||||
"hash": "sha512-8MVCebWFInBLh8PEnm2hcCW95tncOvaIPx+MxC0xCr377fEpCAU9IlCjhUokKxw/u3sljU7Vfkxhwk/kXjh+PQ=="
|
"hash": "sha512-q32pytnWo9YIXqWFvEa7Pw2FI1S0EAR5O0O33At2l7OVCJLytdV0BavsZtMP+xhDw51TUUYnDsMzkXoTVAzaCQ=="
|
||||||
},
|
},
|
||||||
"aarch64-darwin": {
|
"aarch64-darwin": {
|
||||||
"version": "4.6.3",
|
"version": "4.9.1",
|
||||||
"url": "https://desktop-release.notion-static.com/Notion-arm64-4.6.3.zip",
|
"url": "https://desktop-release.notion-static.com/Notion-arm64-4.9.1.zip",
|
||||||
"hash": "sha512-aNMx/tZ26KXz0Wb3kajRER6Ni9raItflCCt+aQTKMz3v4SN+wkoad/aKbIugrNB30+4cxeVRJISOZMNWmQryOA=="
|
"hash": "sha512-DFgQOevvIDIq3zG0O3x3kwmDmtEtpifw0MIB7CPmuAhAix7LJwM2+FxeOXr1YlJF0MaAja5kllMWSyK993Qijw=="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,9 +5,7 @@
|
||||||
unzip,
|
unzip,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
info =
|
info = (lib.importJSON ./info.json)."${stdenvNoCC.hostPlatform.parsed.cpu.name}-darwin";
|
||||||
(builtins.fromJSON (builtins.readFile ./info.json))."${stdenvNoCC.targetPlatform.system}"
|
|
||||||
or (throw "notion-app: unsupported system ${stdenvNoCC.targetPlatform.system}");
|
|
||||||
in
|
in
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "notion-app";
|
pname = "notion-app";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue