Merge pull request #235354 from NickCao/mako

mako: 1.7.1 -> 1.8.0
This commit is contained in:
figsoda 2023-06-01 09:12:47 -04:00 committed by GitHub
commit b324c7fa13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "mako";
version = "1.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "emersion";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/+XYf8FiH4lk7f7/pMt43hm13mRK+UqvaNOpf1TI6m4=";
sha256 = "sha256-sUFMcCrc5iNPeAmRbqDaT/n8OIlFJEwJTzY1HMx94RU=";
};
depsBuildBuild = [ pkg-config ];