Skip to content

Commit aff0798

Browse files
committed
remnote: 1.19.24 -> 1.19.35
1 parent e3a5e6a commit aff0798

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/re/remnote/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
}:
77
let
88
pname = "remnote";
9-
version = "1.19.24";
9+
version = "1.19.35";
1010
src = fetchurl {
1111
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
12-
hash = "sha256-+ZNQ94itLdSuw7HS3cLPgJNqVcQ1OfPHF68hFwHpaDQ=";
12+
hash = "sha256-UrldNDYof3lYDyP6z3ukFdpiOkJZUJpO8iygI3JaBY4=";
1313
};
1414
appimageContents = appimageTools.extractType2 { inherit pname version src; };
1515
in

0 commit comments

Comments
 (0)