We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a5e6a commit aff0798Copy full SHA for aff0798
1 file changed
pkgs/by-name/re/remnote/package.nix
@@ -6,10 +6,10 @@
6
}:
7
let
8
pname = "remnote";
9
- version = "1.19.24";
+ version = "1.19.35";
10
src = fetchurl {
11
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
12
- hash = "sha256-+ZNQ94itLdSuw7HS3cLPgJNqVcQ1OfPHF68hFwHpaDQ=";
+ hash = "sha256-UrldNDYof3lYDyP6z3ukFdpiOkJZUJpO8iygI3JaBY4=";
13
};
14
appimageContents = appimageTools.extractType2 { inherit pname version src; };
15
in
0 commit comments