vectorscan: 5.4.11 -> 5.4.12 (#427488)

This commit is contained in:
Aleksana 2025-08-01 17:57:36 +08:00 committed by GitHub
commit 03316b4b4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "vectorscan";
version = "5.4.11";
version = "5.4.12";
src = fetchFromGitHub {
owner = "VectorCamp";
repo = "vectorscan";
rev = "vectorscan/${version}";
hash = "sha256-wz2oIhau/vjnri3LOyPZSCFAWg694FTLVt7+SZYEsL4=";
hash = "sha256-P/3qmgVZ9OLfJGfxsKJ6CIuaKuuhs1nJt4Vjf1joQDc=";
};
postPatch = ''