sse2neon: 1.7.0 -> 1.8.0 (#368251)

This commit is contained in:
Weijia Wang 2025-01-04 23:21:48 +01:00 committed by GitHub
commit 1e5475a9cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sse2neon";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "DLTcollab";
repo = "sse2neon";
rev = "v${finalAttrs.version}";
hash = "sha256-riFFGIA0H7e5StYSjO0/JDrduzfwS+lOASzk5BRUyo4=";
hash = "sha256-vb9k+KjiGodVngza0R18LjfPTlsqFbzqXZqefm6KHj0=";
};
postPatch = ''