Merge pull request #282205 from r-ryantm/auto-update/package-project-cmake

package-project-cmake: 1.11.1 -> 1.11.2
This commit is contained in:
Nick Cao 2024-01-20 09:57:13 -05:00 committed by GitHub
commit 3a48960f28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "package-project-cmake";
version = "1.11.1";
version = "1.11.2";
src = fetchFromGitHub {
owner = "TheLartians";
repo = "PackageProject.cmake";
rev = "v${finalAttrs.version}";
hash = "sha256-E7WZSYDlss5bidbiWL1uX41Oh6JxBRtfhYsFU19kzIw=";
hash = "sha256-2u7H2ZR7eQ6eoRIVZ1WBxw9K93E8BVYErZNDe1Jl8rg=";
};
dontConfigure = true;