vnote: 2.8.1 -> 2.8.2

This commit is contained in:
Will Dietz 2020-01-01 05:24:15 -06:00
parent ee73c91c52
commit 77db935ac3
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -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.8.1"; version = "2.8.2";
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 = "0yb33rpmgnl3b3jbbxfr3zwxnx9p3shmfliw1i337aqjspbk8a9v"; sha256 = "18qffq5c2plr5rjb5lafhdz1v5kbbb2wiyacgdhh3xni3khni52l";
}; };
nativeBuildInputs = [ qmake ]; nativeBuildInputs = [ qmake ];