Skip to content

Commit

Permalink
remnote: 1.18.26 -> 1.18.28
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2025
1 parent b187778 commit 9735b68
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.26";
version = "1.18.28";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-G7I2r/jZ3Ht8Is2TagNnyQolasfLlO57qzGcVT4QvkI=";
hash = "sha256-ixKZwwqk93pc8N+DJe2H7oyjf0+u7kQRDRFOm2VbJZs=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in
Expand Down

0 comments on commit 9735b68

Please sign in to comment.