Skip to content

Commit

Permalink
simdutf: 5.4.15 -> 5.5.0 (NixOS#342126)
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored Sep 16, 2024
2 parents ed43488 + 00c62e5 commit 072a683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/si/simdutf/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "simdutf";
version = "5.4.15";
version = "5.5.0";

src = fetchFromGitHub {
owner = "simdutf";
repo = "simdutf";
rev = "v${finalAttrs.version}";
hash = "sha256-oIrrI0Z5x1AvT9y0Ldg8zrkFJj1PZtebhJaL2UtEoB8=";
hash = "sha256-LEXx/b0DJZ9xxQX9+4YHjQCLFp2aXCE78Z6iPlXJjAw=";
};

# Fix build on darwin
Expand Down

0 comments on commit 072a683

Please sign in to comment.