Merge pull request #295905 from r-ryantm/auto-update/simde

simde: 0.7.6 -> 0.8.0
This commit is contained in:
Weijia Wang 2024-03-23 23:18:58 +01:00 committed by GitHub
commit 454c26e063
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "simde"; pname = "simde";
version = "0.7.6"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "simd-everywhere"; owner = "simd-everywhere";
repo = "simde"; repo = "simde";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-pj+zaD5o9XYkTavezcQFzM6ao0IdQP1zjP9L4vcCyEY="; hash = "sha256-hQtSxO8Uld6LT6V1ZhR6tbshTK1QTGgyQ99o3jOIbQk=";
}; };
nativeBuildInputs = [ meson ninja ]; nativeBuildInputs = [ meson ninja ];