Merge pull request #75022 from dtzWill/update/vnote-2.8

vnote: 2.7.2 -> 2.8.2
This commit is contained in:
Will Dietz 2020-01-08 16:03:05 -06:00 committed by GitHub
commit a0b86e3b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.2";
pname = "vnote";
src = fetchFromGitHub {
@ -11,7 +11,7 @@ in mkDerivation rec {
repo = "vnote";
fetchSubmodules = true;
rev = "v${version}";
sha256 = "0mk1ingcyznpwq4bfkxa8nx9yx5y3kgsmr4qffriq7bh1cx9dwjy";
sha256 = "18qffq5c2plr5rjb5lafhdz1v5kbbb2wiyacgdhh3xni3khni52l";
};
nativeBuildInputs = [ qmake ];