vnote: 2.7.2 -> 2.8
This commit is contained in:
parent
3140fa89c5
commit
8d81287790
@ -3,7 +3,7 @@
|
|||||||
let
|
let
|
||||||
description = "A note-taking application that knows programmers and Markdown better";
|
description = "A note-taking application that knows programmers and Markdown better";
|
||||||
in mkDerivation rec {
|
in mkDerivation rec {
|
||||||
version = "2.7.2";
|
version = "2.8";
|
||||||
pname = "vnote";
|
pname = "vnote";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
@ -11,7 +11,7 @@ in mkDerivation rec {
|
|||||||
repo = "vnote";
|
repo = "vnote";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0mk1ingcyznpwq4bfkxa8nx9yx5y3kgsmr4qffriq7bh1cx9dwjy";
|
sha256 = "1c81v4968j6d9rqcczg13carma0gzp2ffkvymr3hi8b20cvfsq3g";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake ];
|
nativeBuildInputs = [ qmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user