Skip to content

Commit

Permalink
simdutf: 5.7.1 -> 5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 3, 2025
1 parent 8901958 commit cc9ec42
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 @@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "simdutf";
version = "5.7.1";
version = "5.7.2";

src = fetchFromGitHub {
owner = "simdutf";
repo = "simdutf";
rev = "v${finalAttrs.version}";
hash = "sha256-CrWFs8fjgkvElbsvfS3jOyk1G+fBQB1lt63EvU6p11c=";
hash = "sha256-rSEl5g9FZiOrYRoHkBAUbMWE1kZvl3pbhkskzoMbIb0=";
};

# Fix build on darwin
Expand Down

0 comments on commit cc9ec42

Please sign in to comment.