Skip to content

Commit c09677e

Browse files
committed
chore(deps): pin re2 version
1 parent ad7ba41 commit c09677e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

flake.nix

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,18 @@
105105
};
106106
});
107107
})
108+
(final: prev: {
109+
google-re2 =
110+
prev.google-re2.overrideAttrs (old: rec {
111+
version = "1.1.20251105";
112+
src =
113+
pkgs.fetchPypi {
114+
pname = "google_re2";
115+
inherit version;
116+
hash = "sha256-HbFKKS7oMDuR6R58N+BawX08Rn8pQWx5rHCni+PmW9o=";
117+
};
118+
});
119+
})
108120
]
109121
);
110122

@@ -118,7 +130,6 @@
118130
pkgs.git-cliff
119131
pkgs.typos
120132
pkgs.uv
121-
pythonSet.setuptools # required for legacy build fallback
122133
];
123134

124135
env = {

0 commit comments

Comments
 (0)