diff --git a/.github/workflows/all-os.yml b/.github/workflows/all-os.yml index befb4f8..52969a9 100644 --- a/.github/workflows/all-os.yml +++ b/.github/workflows/all-os.yml @@ -22,7 +22,7 @@ jobs: with: # Location of the vcpkg as submodule of the repository. vcpkgDirectory: '${{ github.workspace }}/vcpkg' - vcpkgGitCommitId: '1de2026f28ead93ff1773e6e680387643e914ea1' + vcpkgGitCommitId: 'b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c' # Since the cache must be invalidated when content of the vcpkg.json file changes, let's # compute its hash and append this to the computed cache's key. appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }} @@ -110,7 +110,7 @@ jobs: # Location of the vcpkg as submodule of the repository. vcpkgDirectory: '${{ github.workspace }}/vcpkg' useVcpkgToolchainFile: true - vcpkgGitCommitId: '1de2026f28ead93ff1773e6e680387643e914ea1' + vcpkgGitCommitId: 'b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c' # Since the cache must be invalidated when content of the vcpkg.json file changes, let's # compute its hash and append this to the computed cache's key. appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }} diff --git a/flake.lock b/flake.lock index 282291e..18f0de0 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1728241625, - "narHash": "sha256-yumd4fBc/hi8a9QgA9IT8vlQuLZ2oqhkJXHPKxH/tRw=", + "lastModified": 1734119587, + "narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c31898adf5a8ed202ce5bea9f347b1c6871f32d1", + "rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5", "type": "github" }, "original": { diff --git a/vcpkg.json b/vcpkg.json index 5a8885c..ebd5c35 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "name": "kangaru", "version-string": "5.0.0", - "builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1", + "builtin-baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c", "dependencies": [ "catch2", "fmt"