simde: 0.8.0 -> 0.8.2

This commit is contained in:
R. Ryantm 2024-05-02 14:49:44 +00:00
parent 3be507be1e
commit 25313acc14

View File

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