bfs: 4.0.3 -> 4.0.4

This commit is contained in:
R. Ryantm
2024-12-01 20:35:11 +00:00
parent 10f06c512e
commit 5b3042490f
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bfs";
version = "4.0.3";
version = "4.0.4";
src = fetchFromGitHub {
repo = "bfs";
owner = "tavianator";
rev = version;
hash = "sha256-7sHuOk1QTBNaGaIQ3sFc+y7TzBFT6DqKdRLndy4ahc8=";
hash = "sha256-KcXbLYITTxNq2r8Bqf4FRy7cOZw1My9Ii6O/FDLhCGY=";
};
buildInputs = [ oniguruma ] ++