Skip to content

Commit

Permalink
remnote: 1.18.17 -> 1.18.19 (#367273)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 22, 2024
2 parents 311033a + 13606fa commit c09c373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/re/remnote/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.18.17";
version = "1.18.19";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-ybdH8fCw2YYGXjZe6zNIQy/AnLwXkQTVcjBeBmdDlOg=";
hash = "sha256-J7bghty2F54pdd/maWMWtG1kDm/sETgY1bR/jMy23e4=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in
Expand Down

0 comments on commit c09c373

Please sign in to comment.