We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77daa1 commit 31262cfCopy full SHA for 31262cf
1 file changed
flake.nix
@@ -161,7 +161,7 @@
161
# read the first non-empty string from the VERSION file
162
version = builtins.head (builtins.match "[ \n]*([^ \n]+).*" (builtins.readFile ./VERSION));
163
164
- depsSha256 = "sha256-Vk8P2KB7XTni8VJlvDUMRfShKEdwrebg15AKZDD4SDw=";
+ depsSha256 = "sha256-3jayK7TzuPP1+SwPYeo2M1t85v0qOh+J4SY541b99Bc=";
165
166
src = filter {
167
root = self;
0 commit comments