Skip to content

Commit

Permalink
simdutf: 5.4.15 -> 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 15, 2024
1 parent 999011c commit 00c62e5
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 00c62e5

Please sign in to comment.