1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

remnote: 1.16.59 -> 1.16.72

This commit is contained in:
R. Ryantm 2024-07-21 09:04:23 +00:00
parent cef77e159d
commit 108b524ea2

View file

@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.16.59";
version = "1.16.72";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-mF+6QL7ApPX1BAoPMbPGBUCJVNfa4W4VVu0E3MTzens=";
hash = "sha256-BoKxQ8ngfShm7tC+ojgIR8krq82gJOdbGy8/K7yDRLM=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in