about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-10-04 20:14:58 +0100
committerGitHub <noreply@github.com>2018-10-04 20:14:58 +0100
commit4e180fda971839847b7099db0f2ec2609669768d (patch)
tree56d1cc0e50786c22a1b01f83dff142802b3c4462 /pkgs
parent1ef0711ca9bb59df5edeff488eb04fcc8d46a33e (diff)
parentf1e5eb571c97b90237de31c762b482feb375bb51 (diff)
Merge pull request #47849 from r-ryantm/auto-update/bfs
bfs: 1.2.3 -> 1.2.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/bfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/bfs/default.nix b/pkgs/tools/system/bfs/default.nix
index 56b7b26c7bd47..3734fefe60a22 100644
--- a/pkgs/tools/system/bfs/default.nix
+++ b/pkgs/tools/system/bfs/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "bfs-${version}";
-  version = "1.2.3";
+  version = "1.2.4";
 
   src = fetchFromGitHub {
     repo = "bfs";
     owner = "tavianator";
     rev = version;
-    sha256 = "01vcqanj2sifa5i51wvrkxh55d6hrq6iq7zmnhv4ls221dqmbyyn";
+    sha256 = "0nxx2njjp04ik6msfmf07hprw0j88wg04m0q1sf17mhkliw2d78s";
   };
 
   postPatch = ''