Merge pull request #54713 from dywedir/fff

fff: 1.5 -> 1.7
This commit is contained in:
Jörg Thalheim 2019-01-27 18:28:14 +00:00 committed by GitHub
commit 6ed3361f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, makeWrapper, xdg_utils, file, coreutils }:
stdenv.mkDerivation rec {
name = "fff";
version = "1.5";
pname = "fff";
version = "1.7";
src = fetchFromGitHub {
owner = "dylanaraps";
repo = name;
repo = pname;
rev = version;
sha256 = "0jvv9mwj0qw3rmg1f17wbvx9fl5kxzmkp6j1113l3a6w1na83js0";
sha256 = "0jhb68ba6ka94bn45h2caw58hn3lpbisr3ma0lcd66qa8jx7i9l1";
};
pathAdd = stdenv.lib.makeSearchPath "bin" [ xdg_utils file coreutils ];