Merge pull request #77890 from r-ryantm/auto-update/notejot

notejot: 1.5.8 -> 1.6.0
This commit is contained in:
worldofpeace 2020-01-17 13:27:20 -05:00 committed by GitHub
commit 25b30b0978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "notejot";
version = "1.5.8";
version = "1.6.0";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
sha256 = "1v7f4xy5iwdjyf4416qpiwzifi68n466faia1hxzsq18fb1ri0af";
sha256 = "1b65m9gvq8ziqqgnw3vgjpjb1qw7bww40ngd3gardsjg9lcwpxaf";
};
nativeBuildInputs = [