Merge pull request #81912 from helsinki-systems/upd/notable
notable: 1.7 -> 1.8
This commit is contained in:
commit
8ff4f52874
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
let
|
||||
pname = "notable";
|
||||
version = "1.7.3";
|
||||
version = "1.8.4";
|
||||
in
|
||||
appimageTools.wrapType2 rec {
|
||||
name = "${pname}-${version}";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/notable/notable/releases/download/v${version}/Notable-${version}.AppImage";
|
||||
sha256 = "1a7xpdk23np398nrgivyp8z54idqm72dfwx67i2rmxa3dnmcxkvl";
|
||||
sha256 = "0rvz8zwsi62kiq89pv8n2wh9h5yb030kvdr1vf65xwqkhqcrzrby";
|
||||
};
|
||||
|
||||
profile = ''
|
||||
|
@ -22,7 +22,7 @@ appimageTools.wrapType2 rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "The markdown-based note-taking app that doesn't suck";
|
||||
homepage = https://github.com/notable/notable;
|
||||
homepage = "https://github.com/notable/notable";
|
||||
license = licenses.agpl3;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
|
|
Loading…
Reference in a new issue