Skip to content

Commit 2837c29

Browse files
authored
simdutf: 6.2.1 -> 6.4.2 (NixOS#397005)
2 parents 68116ee + eb63ed5 commit 2837c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/si/simdutf/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "simdutf";
11-
version = "6.2.1";
11+
version = "6.4.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "simdutf";
1515
repo = "simdutf";
1616
rev = "v${finalAttrs.version}";
17-
hash = "sha256-nWJOqMCP75E9E0fZ63OILroDS4bUMrJPM7h2IQ0K+aU=";
17+
hash = "sha256-at1MBvbsgu7Z7UJQqVaakT1Ux16jJVP5JSVubrqF7VY=";
1818
};
1919

2020
# Fix build on darwin

0 commit comments

Comments
 (0)