Commit 31ef3887 authored by Rhys Davies's avatar Rhys Davies
Browse files

micropad: 4.2.1 -> 4.3.0

parent f4450f90
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -15,25 +15,25 @@ let
in
  mkYarnPackage rec {
    pname = "micropad";
    version = "4.2.1";
    version = "4.3.0";

    src = fetchFromGitHub {
      owner = "MicroPad";
      repo = "Micropad-Electron";
      rev = "v${version}";
      sha256 = "sha256-XmnKhyb0JMWP0ZGzPvLPtpkgAemW/mdxunbFW9WV9lE=";
      hash = "sha256-Rr3mOz2OlCq2tibxutR8zBANhswnkz70aP9BBS/pXp0=";
    };

    micropad-core = fetchzip {
      url = "https://github.com/MicroPad/MicroPad-Core/releases/download/v${version}/micropad.tar.xz";
      sha256 = "0mzyd2p4mmnc19ffvd4sd75x7xwb1g5masdaqpn2n3h91687jmsf";
      hash = "sha256-7yFTD8bXsxT6kBKxBGGxwzYpa0rZYLYV6KRYtImQ58c=";
    };

    packageJSON = ./package.json;

    offlineCache = fetchYarnDeps {
      yarnLock = "${src}/yarn.lock";
      hash = "sha256-3p+fTyei6THZIYbxg30ybr1r+PxbLyO0ypt+bP5P9QM=";
      hash = "sha256-PKCi1c8WY1BG/H1kUJ8xSCVoLF/9DEn5Kh29is2BTYY=";
    };

    nativeBuildInputs = [ copyDesktopItems makeWrapper ]
+6 −4
Original line number Diff line number Diff line
{
  "name": "micropad",
  "version": "4.2.1",
  "version": "4.3.0",
  "description": "A powerful note-taking app that helps you organise + take notes without restrictions.",
  "main": "main.js",
  "scripts": {
@@ -25,9 +25,10 @@
  },
  "homepage": "https://getmicropad.com",
  "devDependencies": {
    "@types/mime": "^3.0.1",
    "@types/node": "^18.7.18",
    "electron": "^23.1.3",
    "electron-builder": "^23.6.0",
    "electron": "^25.5.0",
    "electron-builder": "^24.6.3",
    "typescript": "~4.9.5"
  },
  "dependencies": {
@@ -36,7 +37,8 @@
    "electron-context-menu": "^3.1.2",
    "electron-window-state": "^5.0.3",
    "localforage": "^1.10.0",
    "typo-js": "^1.2.1"
    "mime": "^3.0.0",
    "typo-js": "^1.2.3"
  },
  "build": {
    "appId": "com.getmicropad.micropad",
+1 −1
Original line number Diff line number Diff line
@@ -5984,7 +5984,7 @@ with pkgs;
  };
  micropad = callPackage ../applications/office/micropad {
    electron = electron_23;
    electron = electron_25;
  };
  midicsv = callPackage ../tools/audio/midicsv { };