Merge pull request #75022 from dtzWill/update/vnote-2.8
vnote: 2.7.2 -> 2.8.2
This commit is contained in:
commit
a0b86e3b64
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user