Skip to content

Commit c09c373

Browse files
authored
remnote: 1.18.17 -> 1.18.19 (#367273)
2 parents 311033a + 13606fa commit c09c373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.18.17";
9+
version = "1.18.19";
1010
src = fetchurl {
1111
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
12-
hash = "sha256-ybdH8fCw2YYGXjZe6zNIQy/AnLwXkQTVcjBeBmdDlOg=";
12+
hash = "sha256-J7bghty2F54pdd/maWMWtG1kDm/sETgY1bR/jMy23e4=";
1313
};
1414
appimageContents = appimageTools.extractType2 { inherit pname version src; };
1515
in

0 commit comments

Comments
 (0)