Merge pull request #54825 from tadeokondrak/update-fff

fff: 1.7 -> 1.8
This commit is contained in:
Vladyslav M 2019-01-28 20:42:39 +02:00 committed by GitHub
commit 7f97ec6a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fff";
version = "1.7";
version = "1.8";
src = fetchFromGitHub {
owner = "dylanaraps";
repo = pname;
rev = version;
sha256 = "0jhb68ba6ka94bn45h2caw58hn3lpbisr3ma0lcd66qa8jx7i9l1";
sha256 = "1xwvycxyk34c5szhil5d1iby449fdahdgmpibn6raglkbkwfk7a1";
};
pathAdd = stdenv.lib.makeSearchPath "bin" [ xdg_utils file coreutils ];