Skip to content

Commit

Permalink
simdutf: 5.5.0 -> 5.6.0 (#350939)
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored Oct 27, 2024
2 parents 358e775 + d49793d commit 297935d
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.5.0";
version = "5.6.0";

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

# Fix build on darwin
Expand Down

0 comments on commit 297935d

Please sign in to comment.