Skip to content

Commit

Permalink
Merge pull request #303795 from r-ryantm/auto-update/simdutf
Browse files Browse the repository at this point in the history
simdutf: 5.2.3 -> 5.2.4
  • Loading branch information
wineee authored Apr 13, 2024
2 parents 3e20bc5 + 6a70b73 commit c8c32da
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.2.3";
version = "5.2.4";

src = fetchFromGitHub {
owner = "simdutf";
repo = "simdutf";
rev = "v${finalAttrs.version}";
hash = "sha256-aGuztJLHfC/GZuvZSieWOOYN5VyvxYCZKGX1nQQDvxo=";
hash = "sha256-ty4LqRJzwDRMCqPUcvgCAuvNExb0iRIzCOSMCfDzGEU=";
};

# Fix build on darwin
Expand Down

0 comments on commit c8c32da

Please sign in to comment.