vnote: 2.7.2 -> 2.8

This commit is contained in:
Will Dietz 2019-12-04 22:07:58 -06:00
parent 3140fa89c5
commit 8d81287790
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

@ -3,7 +3,7 @@
let
description = "A note-taking application that knows programmers and Markdown better";
in mkDerivation rec {
version = "2.7.2";
version = "2.8";
pname = "vnote";
src = fetchFromGitHub {
@ -11,7 +11,7 @@ in mkDerivation rec {
repo = "vnote";
fetchSubmodules = true;
rev = "v${version}";
sha256 = "0mk1ingcyznpwq4bfkxa8nx9yx5y3kgsmr4qffriq7bh1cx9dwjy";
sha256 = "1c81v4968j6d9rqcczg13carma0gzp2ffkvymr3hi8b20cvfsq3g";
};
nativeBuildInputs = [ qmake ];