Merge pull request #257826 from chewblacka/update-remnote

remnote: 1.12.36 -> 1.12.43
This commit is contained in:
Nick Cao 2023-09-28 12:13:17 -04:00 committed by GitHub
commit cd2af53463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;