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

notejot: 3.0.4 -> 3.1.0
This commit is contained in:
davidak 2021-08-17 12:53:19 +02:00 committed by GitHub
commit d86d6537c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "notejot";
version = "3.0.4";
version = "3.1.0";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
hash = "sha256-p8rca3PsnT/3Lp6W30VvqR9aPr6EIuNrH5gsxL0lZ0Q=";
hash = "sha256-jR1zOmVkFGgA5bzMDHQ8HMToi18Y3n2aJDx7pwsZEhM=";
};
nativeBuildInputs = [