Skip to content

Commit 09b8fda

Browse files
authored
autoprefixer: 10.4.22 -> 10.4.23 (NixOS#470922)
2 parents 1bc85c2 + b16d8fb commit 09b8fda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/au/autoprefixer/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
}:
1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "autoprefixer";
12-
version = "10.4.22";
12+
version = "10.4.23";
1313

1414
src = fetchFromGitHub {
1515
owner = "postcss";
1616
repo = "autoprefixer";
1717
rev = finalAttrs.version;
18-
hash = "sha256-cIUotZ+RFmwD6mf31k69VwZtX7bSIUVvwoUutkyt3qU=";
18+
hash = "sha256-sz4tE0WqSHJ4ExJ0yL24mTux5/eGuhIyKyrZqs4hSxQ=";
1919
};
2020

2121
nativeBuildInputs = [
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
2626
pnpmDeps = pnpm_9.fetchDeps {
2727
inherit (finalAttrs) pname version src;
2828
fetcherVersion = 1;
29-
hash = "sha256-gqxspt7fX8+Ss/uUBq834fTfV5tVKZREC4e1WtE+7WM=";
29+
hash = "sha256-xPG67b54h+KmDrCgMmTVVVnBah9L6rgjh+EWnEzzI0w=";
3030
};
3131

3232
installPhase = ''

0 commit comments

Comments
 (0)