bfs: 1.2.2 -> 1.2.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bfs/versions.
This commit is contained in:
parent
1ae2f10642
commit
e48a1292a7
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bfs-${version}";
|
name = "bfs-${version}";
|
||||||
version = "1.2.2";
|
version = "1.2.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "bfs";
|
repo = "bfs";
|
||||||
owner = "tavianator";
|
owner = "tavianator";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0a7zsipvndvg1kp2i35jrg9y9kncj7i6mp36dhpj8zjmkm5d5b8g";
|
sha256 = "01vcqanj2sifa5i51wvrkxh55d6hrq6iq7zmnhv4ls221dqmbyyn";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disable fstype test, tries to read /etc/mtab
|
# Disable fstype test, tries to read /etc/mtab
|
||||||
|
Loading…
Reference in New Issue
Block a user