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

notejot: 1.6.0 -> 1.6.3
This commit is contained in:
Niklas Hambüchen 2020-04-16 04:46:04 +02:00 committed by GitHub
commit 33496aa3a6
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.6.0";
version = "1.6.3";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
sha256 = "1b65m9gvq8ziqqgnw3vgjpjb1qw7bww40ngd3gardsjg9lcwpxaf";
sha256 = "170dzgd6cnf2k3hfifjysmdggpskx6v1pjmblqgbwaj2d3snf3h8";
};
nativeBuildInputs = [