Skip to content

Commit

Permalink
remnote: 1.16.127 -> 1.17.21 (#357959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Nov 22, 2024
2 parents e09d531 + edc180a commit 17b91ea
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.16.127";
version = "1.17.21";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-VsS9RXbcu6aV7b+Bk3lB+x6/X/HxN5EoypFCn4qKNEk=";
hash = "sha256-VoEaBaHGBgkDpzk2n/LXlzR+xl2AXMv5zSAzB74YIuE=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in
Expand Down

0 comments on commit 17b91ea

Please sign in to comment.