mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
notable: 1.7.3 -> 1.8.4
This commit is contained in:
parent
87ae01e70b
commit
0904686bcc
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "notable";
|
pname = "notable";
|
||||||
version = "1.7.3";
|
version = "1.8.4";
|
||||||
in
|
in
|
||||||
appimageTools.wrapType2 rec {
|
appimageTools.wrapType2 rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/notable/notable/releases/download/v${version}/Notable-${version}.AppImage";
|
url = "https://github.com/notable/notable/releases/download/v${version}/Notable-${version}.AppImage";
|
||||||
sha256 = "1a7xpdk23np398nrgivyp8z54idqm72dfwx67i2rmxa3dnmcxkvl";
|
sha256 = "0rvz8zwsi62kiq89pv8n2wh9h5yb030kvdr1vf65xwqkhqcrzrby";
|
||||||
};
|
};
|
||||||
|
|
||||||
profile = ''
|
profile = ''
|
||||||
|
@ -22,7 +22,7 @@ appimageTools.wrapType2 rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "The markdown-based note-taking app that doesn't suck";
|
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;
|
license = licenses.agpl3;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
|
|
Loading…
Reference in a new issue