Skip to content

Commit 380a11a

Browse files
committed
simdutf: 8.0.0 -> 7.7.1 (not upstreamable)
1 parent 9555c05 commit 380a11a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "8.0.0";
11+
version = "7.7.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "simdutf";
1515
repo = "simdutf";
1616
rev = "v${finalAttrs.version}";
17-
hash = "sha256-v9t/2EgxEOVostS/BY+DkDZbpq/coBhk2LaVpI2/y9c=";
17+
hash = "sha256-/sz1GVMkHPlUkQxhbMGpoEg6byFH9WNMjEo6hjGRhE8=";
1818
};
1919

2020
# Fix build on darwin

0 commit comments

Comments
 (0)