Merge pull request #153005 from r-ryantm/auto-update/vnote

vnote: 3.10.1 -> 3.11.0
This commit is contained in:
Anderson Torres 2021-12-31 23:38:07 -03:00 committed by GitHub
commit caecbc46ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
mkDerivation rec {
pname = "vnote";
version = "3.10.1";
version = "3.11.0";
src = fetchFromGitHub {
owner = "vnotex";
repo = pname;
fetchSubmodules = true;
rev = "v${version}";
sha256 = "sha256-juLyKAq21qNCWTpyMJSMw86U/DMbw/QJCr8QwyqVclA=";
sha256 = "sha256-JZqV+ZDYRWiuKLSctB2L2SGPmboLeL3HeecMoaNXY+4=";
};
nativeBuildInputs = [