Skip to content

Commit

Permalink
Merge pull request #31505 from c0bw3b/pkg/lr
Browse files Browse the repository at this point in the history
lr: 0.4 -> 1.1
  • Loading branch information
orivej committed Nov 11, 2017
2 parents 1acb901 + c9d69a2 commit 4d4e70d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/tools/system/lr/default.nix
Expand Up @@ -2,22 +2,22 @@

stdenv.mkDerivation rec {
name = "lr-${version}";
version = "0.4";
version = "1.1";

src = fetchFromGitHub {
owner = "chneukirchen";
repo = "lr";
rev = "v${version}";
sha256 = "16qp0791s652yi86x472wwr62w6nhiyb1i662d85y5zyfagdf7dd";
sha256 = "171h353238s9wmhirvs2yc1151vds83a71p7wgn96wa3jpl248by";
};

makeFlags = "PREFIX=$(out)";

meta = {
meta = with stdenv.lib; {
homepage = https://github.com/chneukirchen/lr;
description = "List files recursively";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.globin ];
license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.globin ];
};
}

0 comments on commit 4d4e70d

Please sign in to comment.