Skip to content

Commit

Permalink
remnote: 1.16.111 -> 1.16.116 (NixOS#342872)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] committed Sep 18, 2024
2 parents ecb624f + 9c322bc commit b676f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/re/remnote/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.16.111";
version = "1.16.116";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-aelkdrILxe7Wf1BZmSIQ5XMJsyxHM9oW8h6DDzeA0uQ=";
hash = "sha256-H89ge4b8Xm6YJXQSiPA/FBnlbekAG0Vobr2EQ4459q4=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in
Expand Down

0 comments on commit b676f38

Please sign in to comment.