notejot: 3.1.2 -> 3.1.5

This commit is contained in:
Bobby Rong 2021-09-12 21:33:36 +08:00
parent fc4247e827
commit f460ae5aaa
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

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