bfs: 4.0.3 -> 4.0.4 (#360868)

This commit is contained in:
Christina Sørensen
2024-12-02 14:09:28 +01:00
committed by GitHub
+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 ] ++