Merge pull request #91630 from r-ryantm/auto-update/notion

notion: 4.0.0 -> 4.0.1
This commit is contained in:
markuskowa 2020-06-28 00:31:08 +02:00 committed by GitHub
commit d2f8c96b2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "notion";
version = "4.0.0";
version = "4.0.1";
src = fetchFromGitHub {
owner = "raboof";
repo = pname;
rev = version;
sha256 = "0rqfvwkj0j862hf6i4wsmb6185xibsskfj9kwy896qcpcg8w4kk7";
sha256 = "1s0fyacygvc9iz7b9v3b2cmzzqc02nh4g1p9bfcxbg254iscd502";
};
nativeBuildInputs = [ pkgconfig makeWrapper groff ];