notejot: 3.1.1 -> 3.1.2

This commit is contained in:
Bobby Rong 2021-09-04 22:54:44 +08:00
parent 0f1a3661f1
commit f04979d632
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "notejot";
version = "3.1.1";
version = "3.1.2";
src = fetchFromGitHub {
owner = "lainsce";
repo = pname;
rev = version;
hash = "sha256-OmzEwShIpzIbonqwQmpdutd3tztm7Gmmo3qdt+DApWo=";
hash = "sha256-Exg9HxV3cxySuT8ifVyZgoATQ/FAC8umj3smJ7W/5/Y=";
};
nativeBuildInputs = [