Merge pull request #250495 from r-ryantm/auto-update/grantlee

grantlee: 5.2.0 -> 5.3.1
This commit is contained in:
Jonas Heinrich 2023-08-22 21:24:45 +02:00 committed by GitHub
commit 10dd0a733b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "grantlee";
version = "5.2.0";
version = "5.3.1";
src = fetchFromGitHub {
owner = "steveire";
repo = pname;
rev = "v${version}";
hash = "sha256-mAbgzdBdIW1wOTQNBePQuyTgkKdpn1c+zR3H7mXHvgk=";
hash = "sha256-enP7b6A7Ndew2LJH569fN3IgPu2/KL5rCmU/jmKb9sY=";
};
nativeBuildInputs = [ cmake wrapQtAppsHook ];