Skip to content

Commit

Permalink
p3x-onenote: 2023.4.117 -> 2024.10.110
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 7, 2024
1 parent 7be3d14 commit ca5de30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/by-name/p3/p3x-onenote/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

let
pname = "p3x-onenote";
version = "2023.4.117";
version = "2024.10.110";

plat =
{
Expand All @@ -18,17 +18,17 @@ let
}
.${stdenv.hostPlatform.system};

sha256 =
hash =
{
aarch64-linux = "sha256-HFuxmMo0m4UOxEQVd32LGvbFsOS8jwCCCS6K/YJIIBE=";
armv7l-linux = "sha256-JMgYvqkaRw5sfjbKybAkk28KT12+c19dMir2DUN7Ub0=";
x86_64-linux = "sha256-hr/mPOrliP8Dej3DVE2+wYkb1J789WCkkY3xe9EcM44=";
aarch64-linux = "sha256-rBoSdbZhOnpX7mr7Uz5XuO5PB4PKcNMPQP9NqCwiIBc=";
armv7l-linux = "sha256-8XZ3dpYgHCpo5HjDF4R+U5bO6Fidsf0PlEhOoRB1JA0=";
x86_64-linux = "sha256-vn9XCKC68AzxvmjxoH4MynwUG+U/g0JmLjANDFS5kNI=";
}
.${stdenv.hostPlatform.system};

src = fetchurl {
url = "https://github.com/patrikx3/onenote/releases/download/v${version}/P3X-OneNote-${version}${plat}.AppImage";
inherit sha256;
inherit hash;
};

appimageContents = appimageTools.extractType2 {
Expand Down

0 comments on commit ca5de30

Please sign in to comment.