remnote: 1.12.36 -> 1.12.43

This commit is contained in:
John Garcia 2023-09-28 12:47:15 +01:00
parent 3ae29d85d9
commit 96552558c4

View File

@ -6,11 +6,11 @@ stdenv.mkDerivation (finalAttrs: let
in
{
pname = "remnote";
version = "1.12.36";
version = "1.12.43";
src = fetchurl {
url = "https://download.remnote.io/remnote-desktop/RemNote-${version}.AppImage";
hash = "sha256-uVncAEKCuUvJCeKMqflWq3R6BVHfbt1Bo+PwNk/pOu4=";
hash = "sha256-3GNp+0ZUZbUcBkE8DbIEDRYlWfG3HDTTS6wK3u42jJg=";
};
appexec = appimageTools.wrapType2 {
inherit pname version src;